mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
24 lines
844 B
Plaintext
24 lines
844 B
Plaintext
warning[E0602]: unknown lint: `foo_qux`
|
|
|
|
|
= note: requested on the command line with `--force-warn foo_qux`
|
|
= note: `#[warn(unknown_lints)]` on by default
|
|
|
|
warning[E0602]: unknown lint: `foo_qux`
|
|
|
|
|
= note: requested on the command line with `--force-warn foo_qux`
|
|
= 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`
|
|
= 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`
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
|
|
|
warning: 4 warnings emitted
|
|
|
|
For more information about this error, try `rustc --explain E0602`.
|