Skip to content

Commit 572afe8

Browse files
committed
Rename test
1 parent 3ab98fb commit 572afe8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/ui/errors/issue-140578-span-format_args.stderr renamed to tests/ui/errors/span-format_args-issue-140578.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0282]: type annotations needed
2-
--> $DIR/issue-140578-span-format_args.rs:2:30
2+
--> $DIR/span-format_args-issue-140578.rs:2:30
33
|
44
LL | println!("{:?} {a} {a:?}", [], a = 1 + 1);
55
| ^^ cannot infer type

0 commit comments

Comments
 (0)