2022-06-10 12:14:24 +09:00
|
|
|
warning: function `dead_function` is never used
|
2021-08-18 11:05:59 +02:00
|
|
|
--> $DIR/warn-by-default-lint-two-modules.rs:9:8
|
|
|
|
|
|
|
|
|
LL | fn dead_function() {}
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= note: requested on the command line with `--force-warn dead-code`
|
|
|
|
|
2022-06-10 12:14:24 +09:00
|
|
|
warning: function `dead_function` is never used
|
2021-08-18 11:05:59 +02:00
|
|
|
--> $DIR/warn-by-default-lint-two-modules.rs:14:8
|
|
|
|
|
|
|
|
|
LL | fn dead_function() {}
|
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: 2 warnings emitted
|
|
|
|
|