rust/tests/ui/lint/force-warn/allowed-warn-by-default-lint.stderr

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

11 lines
254 B
Plaintext
Raw Normal View History

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