rust/src/test/ui/lint/force-warn/force-allowed-warning.stderr

11 lines
248 B
Plaintext
Raw Normal View History

2021-05-27 12:19:39 -05:00
warning: function is never used: `dead_function`
--> $DIR/force-allowed-warning.rs:6:4
|
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