warning: function is never used: `dead_function`
--> $DIR/force-allowed-warning.rs:6:4
|
LL | fn dead_function() {}
| ^^^^^^^^^^^^^
= note: requested on the command line with `--force-warns dead-code`
warning: 1 warning emitted