]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/force-warn/allow-warnings.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / lint / force-warn / allow-warnings.stderr
CommitLineData
923072b8 1warning: function `dead_function` is never used
94222f64 2 --> $DIR/allow-warnings.rs:8:4
17df50a5
XL
3 |
4LL | fn dead_function() {}
5 | ^^^^^^^^^^^^^
6 |
136023e0 7 = note: requested on the command line with `--force-warn dead-code`
17df50a5
XL
8
9warning: 1 warning emitted
10