mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-20 02:43:45 +00:00
17 lines
492 B
Plaintext
17 lines
492 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`
|
|
|
|
warning[E0602]: unknown lint: `foo_qux`
|
|
|
|
|
= note: requested on the command line with `--force-warn foo_qux`
|
|
|
|
warning: 3 warnings emitted
|
|
|
|
For more information about this error, try `rustc --explain E0602`.
|