summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0602.stderr
blob: b6b5cd5c3d3e6a00eb6ba7d3225a4b8ebb406359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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: 3 warnings emitted

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