mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix docs in compiler/rustc_builtin_macros/src/assert/context.rs
This commit is contained in:
parent
213910a8a2
commit
cc8f98f4f2
@ -71,7 +71,7 @@ impl<'cx, 'a> Context<'cx, 'a> {
|
||||
/// __local_bind0
|
||||
/// } == 1
|
||||
/// ) {
|
||||
/// panic!("Assertion failed: elem == 1\nWith captures:\n elem = {}", __capture0)
|
||||
/// panic!("Assertion failed: elem == 1\nWith captures:\n elem = {:?}", __capture0)
|
||||
/// }
|
||||
/// }
|
||||
/// ```
|
||||
|
Loading…
Reference in New Issue
Block a user