rust/tests/ui/lint/cli-unknown-force-warn.stderr

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

19 lines
650 B
Plaintext
Raw Normal View History

warning[E0602]: unknown lint: `foo_qux`
|
2021-07-21 13:40:52 +00:00
= note: requested on the command line with `--force-warn foo_qux`
= note: `#[warn(unknown_lints)]` on by default
warning[E0602]: unknown lint: `foo_qux`
|
2021-07-21 13:40:52 +00:00
= note: requested on the command line with `--force-warn foo_qux`
2023-10-04 18:34:50 +00:00
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
warning[E0602]: unknown lint: `foo_qux`
|
= note: requested on the command line with `--force-warn foo_qux`
2023-10-04 18:34:50 +00:00
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
warning: 3 warnings emitted
For more information about this error, try `rustc --explain E0602`.