blob: fced147254e82483f9b8bd4e45986a6299eebb3b (
plain)
1
2
3
4
5
6
7
8
9
10
|
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-warn dead-code`
warning: 1 warning emitted
|