Bless x86_64 test.
This commit is contained in:
parent
b198bf8060
commit
be46a90a8b
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
| ^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue