]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/issue-89305.stderr
more clippy fixes
[rust.git] / src / test / ui / asm / issue-89305.stderr
1 warning: unused variable: `x`
2   --> $DIR/issue-89305.rs:11:13
3    |
4 LL |         let x: () = asm!("nop");
5    |             ^ help: if this is intentional, prefix it with an underscore: `_x`
6    |
7 note: the lint level is defined here
8   --> $DIR/issue-89305.rs:7:9
9    |
10 LL | #![warn(unused)]
11    |         ^^^^^^
12    = note: `#[warn(unused_variables)]` implied by `#[warn(unused)]`
13
14 warning: 1 warning emitted
15