1
Fork 0
rust/tests/ui/lint/force-warn/warn-by-default-lint-two-modules.stderr
2023-01-11 09:32:08 +00:00

16 lines
430 B
Text

warning: function `dead_function` is never used
--> $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`
warning: function `dead_function` is never used
--> $DIR/warn-by-default-lint-two-modules.rs:14:8
|
LL | fn dead_function() {}
| ^^^^^^^^^^^^^
warning: 2 warnings emitted