rust/src/test/ui/lint/force-warn/warn-by-default-lint-two-modules.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
432 B
Plaintext
Raw Normal View History

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