2022-06-10 12:14:24 +09:00
|
|
|
warning: function `dead_function` is never used
|
2021-08-18 11:05:59 +02:00
|
|
|
--> $DIR/allowed-warn-by-default-lint.rs:8:4
|
2021-05-27 19:19:39 +02:00
|
|
|
|
|
|
|
|
LL | fn dead_function() {}
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
2021-07-21 15:40:52 +02:00
|
|
|
= note: requested on the command line with `--force-warn dead-code`
|
2021-05-27 19:19:39 +02:00
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|