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

11 lines
239 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() {}
| ^^^^^^^^^^^^^
|
= note: Warning forced by `force-warns` commandline option
warning: 1 warning emitted