]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/dead-code/basic.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / lint / dead-code / basic.stderr
CommitLineData
923072b8 1error: function `foo` is never used
60c5eb7d 2 --> $DIR/basic.rs:4:4
b7449926 3 |
532ac7d7 4LL | fn foo() {
60c5eb7d 5 | ^^^
b7449926 6 |
74b04a01 7note: the lint level is defined here
60c5eb7d 8 --> $DIR/basic.rs:1:9
b7449926
XL
9 |
10LL | #![deny(dead_code)]
11 | ^^^^^^^^^
12
13error: aborting due to previous error
14