]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/issue-89305.stderr
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / src / test / ui / asm / issue-89305.stderr
1 warning: unused variable: `x`
2   --> $DIR/issue-89305.rs:13: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