]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-unknown-lint-cmdline.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / lint-unknown-lint-cmdline.stderr
1 error[E0602]: unknown lint: `bogus`
2    |
3    = note: requested on the command line with `-D bogus`
4
5 error[E0602]: unknown lint: `dead_cod`
6    |
7    = help: did you mean: `dead_code`
8    = note: requested on the command line with `-D dead_cod`
9
10 error[E0602]: unknown lint: `bogus`
11    |
12    = note: requested on the command line with `-D bogus`
13
14 error[E0602]: unknown lint: `dead_cod`
15    |
16    = help: did you mean: `dead_code`
17    = note: requested on the command line with `-D dead_cod`
18
19 error: aborting due to 4 previous errors
20
21 For more information about this error, try `rustc --explain E0602`.