Skip to content

Commit 2c361f8

Browse files
committed
remove old crash test
1 parent adddae6 commit 2c361f8

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

tests/crashes/137580.rs

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/ui/macros/format-foreign-dollar-without-spec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// https://github.com/rust-lang/rust/issues/137580
12
fn main() {
23
println!("%65536$", 1);
34
//~^ ERROR never used

tests/ui/macros/format-foreign-dollar-without-spec.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
error: argument never used
2-
--> $DIR/format-foreign-dollar-without-spec.rs:2:25
2+
--> $DIR/format-foreign-dollar-without-spec.rs:3:25
33
|
44
LL | println!("%65536$", 1);
55
| ^ argument never used
66
|
77
note: format specifiers use curly braces, and the conversion specifier `
88
` is unknown or unsupported
9-
--> $DIR/format-foreign-dollar-without-spec.rs:2:15
9+
--> $DIR/format-foreign-dollar-without-spec.rs:3:15
1010
|
1111
LL | println!("%65536$", 1);
1212
| ^^^^^^^^

0 commit comments

Comments
 (0)