Skip to content

Commit be46a90

Browse files
committed
Bless x86_64 test.
1 parent b198bf8 commit be46a90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ui/asm/x86_64/goto.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
warning: unreachable statement
2-
--> $DIR/goto.rs:144:9
2+
--> $DIR/goto.rs:145:9
33
|
44
LL | / asm!(
55
LL | | "jmp {}",
@@ -13,13 +13,13 @@ LL | unreachable!();
1313
| ^^^^^^^^^^^^^^ unreachable statement
1414
|
1515
note: the lint level is defined here
16-
--> $DIR/goto.rs:134:8
16+
--> $DIR/goto.rs:135:8
1717
|
1818
LL | #[warn(unreachable_code)]
1919
| ^^^^^^^^^^^^^^^^
2020

2121
warning: value assigned to `value` is never read
22-
--> $DIR/goto.rs:70:25
22+
--> $DIR/goto.rs:71:25
2323
|
2424
LL | let mut value = false;
2525
| ^^^^^

0 commit comments

Comments
 (0)