rust/src/test/ui/lint/force-warn/allow-warnings.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
241 B
Plaintext
Raw Normal View History

2021-05-27 12:19:39 -05:00
warning: function is never used: `dead_function`
2021-08-18 04:05:59 -05:00
--> $DIR/allow-warnings.rs:8:4
2021-05-27 12:19:39 -05:00
|
LL | fn dead_function() {}
| ^^^^^^^^^^^^^
|
2021-07-21 08:40:52 -05:00
= note: requested on the command line with `--force-warn dead-code`
2021-05-27 12:19:39 -05:00
warning: 1 warning emitted