rust/tests/ui/lint/force-warn/allow-warnings.stderr

11 lines
240 B
Plaintext
Raw Normal View History

warning: function `dead_function` is never used
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