We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213910a commit cc8f98fCopy full SHA for cc8f98f
compiler/rustc_builtin_macros/src/assert/context.rs
@@ -71,7 +71,7 @@ impl<'cx, 'a> Context<'cx, 'a> {
71
/// __local_bind0
72
/// } == 1
73
/// ) {
74
- /// panic!("Assertion failed: elem == 1\nWith captures:\n elem = {}", __capture0)
+ /// panic!("Assertion failed: elem == 1\nWith captures:\n elem = {:?}", __capture0)
75
/// }
76
77
/// ```
0 commit comments