]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/force-warn/force-lint-allow-all-warnings.stderr
Auto merge of #85538 - r00ster91:iterrepeat, r=Mark-Simulacrum
[rust.git] / src / test / ui / lint / force-warn / force-lint-allow-all-warnings.stderr
1 warning: function is never used: `dead_function`
2   --> $DIR/force-lint-allow-all-warnings.rs:6:4
3    |
4 LL | fn dead_function() {}
5    |    ^^^^^^^^^^^^^
6    |
7    = note: warning forced by `force-warns` commandline option
8
9 warning: 1 warning emitted
10