Bless liveness-asm output
This commit is contained in:
parent
2720b2da18
commit
dc29c7a72f
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
warning: value assigned to `src` is never read
|
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);
|
LL | asm!("/*{0}*/", inout(reg) src);
|
||||||
| ^^^
|
| ^^^
|
||||||
|
|
|
|
||||||
note: the lint level is defined here
|
note: the lint level is defined here
|
||||||
--> $DIR/liveness-asm.rs:7:9
|
--> $DIR/liveness-asm.rs:8:9
|
||||||
|
|
|
|
||||||
LL | #![warn(unused_assignments)]
|
LL | #![warn(unused_assignments)]
|
||||||
| ^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^
|
||||||
= help: maybe it is overwritten before being read?
|
= help: maybe it is overwritten before being read?
|
||||||
|
|
||||||
warning: value assigned to `src` is never 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);
|
LL | asm!("/*{0}*/", inout(reg) src => src);
|
||||||
| ^^^
|
| ^^^
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue