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 8a25fcd commit 3109c5aCopy full SHA for 3109c5a
tests/ui/format_args_unfixable.stderr
@@ -73,7 +73,7 @@ LL | assert_eq!(0, 0, "error: {}", format!("something failed at {}", Locatio
73
|
74
= help: inline the `format!` call
75
76
-error: `format!` in `$crate::panic::panic_2015!` args
+error: `format!` in `panic!` args
77
--> $DIR/format_args_unfixable.rs:23:5
78
79
LL | panic!("error: {}", format!("something failed at {}", Location::caller()));
0 commit comments