]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-17999.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-17999.stderr
CommitLineData
8faf50e0 1error: unused variable: `x`
0731742a 2 --> $DIR/issue-17999.rs:5:13
8faf50e0 3 |
532ac7d7 4LL | let x = ();
ba9703b0 5 | ^ help: if this is intentional, prefix it with an underscore: `_x`
8faf50e0 6 |
74b04a01 7note: the lint level is defined here
0731742a 8 --> $DIR/issue-17999.rs:1:9
8faf50e0
XL
9 |
10LL | #![deny(unused_variables)]
11 | ^^^^^^^^^^^^^^^^
12
13error: unused variable: `a`
0731742a 14 --> $DIR/issue-17999.rs:7:13
8faf50e0 15 |
532ac7d7 16LL | a => {}
ba9703b0 17 | ^ help: if this is intentional, prefix it with an underscore: `_a`
8faf50e0
XL
18
19error: aborting due to 2 previous errors
20