2021-05-27 12:19:39 -05:00
|
|
|
warning: function is never used: `dead_function`
|
2021-08-18 04:05:59 -05:00
|
|
|
--> $DIR/allow-warnings.rs:8:4
|
2021-05-27 12:19:39 -05:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|