]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-unknown-lint-cmdline.stderr
Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-2021-03-29
[rust.git] / src / test / 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[E0602]: unknown lint: `bogus`
20    |
21    = note: requested on the command line with `-D bogus`
22
23 error[E0602]: unknown lint: `dead_cod`
24    |
25    = help: did you mean: `dead_code`
26    = note: requested on the command line with `-D dead_cod`
27
28 error: aborting due to 6 previous errors
29
30 For more information about this error, try `rustc --explain E0602`.