mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +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!(
|
Some(args) => panic!(
|
||||||
r#"assertion failed: `(left {} right)`
|
r#"assertion failed: `(left {} right)`
|
||||||
left: `{:?}`,
|
left: `{:?}`,
|
||||||
right: `{:?}: {}`"#,
|
right: `{:?}`: {}"#,
|
||||||
op, left, right, args
|
op, left, right, args
|
||||||
),
|
),
|
||||||
None => panic!(
|
None => panic!(
|
||||||
|
Loading…
Reference in New Issue
Block a user