summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/lint-unknown-lint-cmdline.stderr
blob: f452fc9eb943c4b73c105202808a843ac9483863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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`
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

warning[E0602]: unknown lint: `dead_cod`
   |
   = help: did you mean: `dead_code`
   = note: requested on the command line with `-D dead_cod`
   = 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: `dead_cod`
   |
   = help: did you mean: `dead_code`
   = note: requested on the command line with `-D dead_cod`
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

warning: 6 warnings emitted

For more information about this error, try `rustc --explain E0602`.