11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
|
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
|
||
|
|