Bless liveness-asm output
This commit is contained in:
parent
2720b2da18
commit
dc29c7a72f
@ -1,18 +1,18 @@
|
||||
warning: value assigned to `src` is never read
|
||||
--> $DIR/liveness-asm.rs:12:32
|
||||
--> $DIR/liveness-asm.rs:13:32
|
||||
|
|
||||
LL | asm!("/*{0}*/", inout(reg) src);
|
||||
| ^^^
|
||||
|
|
||||
note: the lint level is defined here
|
||||
--> $DIR/liveness-asm.rs:7:9
|
||||
--> $DIR/liveness-asm.rs:8:9
|
||||
|
|
||||
LL | #![warn(unused_assignments)]
|
||||
| ^^^^^^^^^^^^^^^^^^
|
||||
= help: maybe it is overwritten before being read?
|
||||
|
||||
warning: value assigned to `src` is never read
|
||||
--> $DIR/liveness-asm.rs:22:39
|
||||
--> $DIR/liveness-asm.rs:23:39
|
||||
|
|
||||
LL | asm!("/*{0}*/", inout(reg) src => src);
|
||||
| ^^^
|
||||
|
Loading…
Reference in New Issue
Block a user