diff --git a/tests/ui/asm/x86_64/goto.stderr b/tests/ui/asm/x86_64/goto.stderr index 5342e43c58a1..da3f7d6763fa 100644 --- a/tests/ui/asm/x86_64/goto.stderr +++ b/tests/ui/asm/x86_64/goto.stderr @@ -1,5 +1,5 @@ warning: unreachable statement - --> $DIR/goto.rs:144:9 + --> $DIR/goto.rs:145:9 | LL | / asm!( LL | | "jmp {}", @@ -13,13 +13,13 @@ LL | unreachable!(); | ^^^^^^^^^^^^^^ unreachable statement | note: the lint level is defined here - --> $DIR/goto.rs:134:8 + --> $DIR/goto.rs:135:8 | LL | #[warn(unreachable_code)] | ^^^^^^^^^^^^^^^^ warning: value assigned to `value` is never read - --> $DIR/goto.rs:70:25 + --> $DIR/goto.rs:71:25 | LL | let mut value = false; | ^^^^^