rust/tests/ui/error-codes/E0602.stderr
2024-06-25 17:22:22 +02:00

24 lines
788 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: `bogus`
|
= note: requested on the command line with `-D bogus`
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
warning[E0602]: unknown lint: `bogus`
|
= note: requested on the command line with `-D bogus`
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
warning[E0602]: unknown lint: `bogus`
|
= note: requested on the command line with `-D bogus`
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
warning: 4 warnings emitted
For more information about this error, try `rustc --explain E0602`.