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 b198bf8 commit be46a90Copy full SHA for be46a90
tests/ui/asm/x86_64/goto.stderr
@@ -1,5 +1,5 @@
1
warning: unreachable statement
2
- --> $DIR/goto.rs:144:9
+ --> $DIR/goto.rs:145:9
3
|
4
LL | / asm!(
5
LL | | "jmp {}",
@@ -13,13 +13,13 @@ LL | unreachable!();
13
| ^^^^^^^^^^^^^^ unreachable statement
14
15
note: the lint level is defined here
16
- --> $DIR/goto.rs:134:8
+ --> $DIR/goto.rs:135:8
17
18
LL | #[warn(unreachable_code)]
19
| ^^^^^^^^^^^^^^^^
20
21
warning: value assigned to `value` is never read
22
- --> $DIR/goto.rs:70:25
+ --> $DIR/goto.rs:71:25
23
24
LL | let mut value = false;
25
| ^^^^^
0 commit comments