Skip to content

Commit 8400ce0

Browse files
smoeliuscamsteffen
andcommitted
Update tests/ui/format_args_unfixable.stderr
Co-authored-by: Cameron Steffen <cam.steffen94@gmail.com>
1 parent f52dd30 commit 8400ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/format_args_unfixable.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ LL | assert_eq!(0, 0, "error: {}", format!("something failed at {}", Locatio
7373
|
7474
= help: inline the `format!` call
7575

76-
error: `format!` in `$crate::panic::panic_2015!` args
76+
error: `format!` in `panic!` args
7777
--> $DIR/format_args_unfixable.rs:23:5
7878
|
7979
LL | panic!("error: {}", format!("something failed at {}", Location::caller()));

0 commit comments

Comments
 (0)