rustc/tests/ui/lint/lint-unknown-lint-cmdline.stderr
2024-05-29 11:23:22 +02:00

32 lines
882 B
Plaintext

warning[E0602]: unknown lint: `bogus`
|
= note: requested on the command line with `-D bogus`
= note: `#[warn(unknown_lints)]` on by default
warning[E0602]: unknown lint: `dead_cod`
|
= help: did you mean: `dead_code`
= note: requested on the command line with `-D dead_cod`
warning[E0602]: unknown lint: `bogus`
|
= note: requested on the command line with `-D bogus`
warning[E0602]: unknown lint: `dead_cod`
|
= help: did you mean: `dead_code`
= note: requested on the command line with `-D dead_cod`
warning[E0602]: unknown lint: `bogus`
|
= note: requested on the command line with `-D bogus`
warning[E0602]: unknown lint: `dead_cod`
|
= help: did you mean: `dead_code`
= note: requested on the command line with `-D dead_cod`
warning: 6 warnings emitted
For more information about this error, try `rustc --explain E0602`.