Bless liveness-asm output

This commit is contained in:
Olivia Crain 2020-10-21 00:56:22 -05:00
parent 2720b2da18
commit dc29c7a72f

View File

@ -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);
| ^^^