mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix panic message of assert_failed_inner
This commit is contained in:
parent
04fce73196
commit
bc8093ed55
@ -154,7 +154,7 @@ fn assert_failed_inner(
|
||||
Some(args) => panic!(
|
||||
r#"assertion failed: `(left {} right)`
|
||||
left: `{:?}`,
|
||||
right: `{:?}: {}`"#,
|
||||
right: `{:?}`: {}"#,
|
||||
op, left, right, args
|
||||
),
|
||||
None => panic!(
|
||||
|
Loading…
Reference in New Issue
Block a user