blob: 60ecec7cdd7c5f876b04ed3e1b578da3467c54d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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`
warning[E0602]: unknown lint: `bogus`
|
= note: requested on the command line with `-D bogus`
warning: 3 warnings emitted
For more information about this error, try `rustc --explain E0602`.
|