blob: 2ee718a8c8e11706883f0822c856ef91fd25c11e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
warning[E0602]: unknown lint: `foo_qux`
|
= note: requested on the command line with `--force-warn foo_qux`
= note: `#[warn(unknown_lints)]` on by default
warning[E0602]: unknown lint: `foo_qux`
|
= note: requested on the command line with `--force-warn foo_qux`
warning[E0602]: unknown lint: `foo_qux`
|
= note: requested on the command line with `--force-warn foo_qux`
warning: 3 warnings emitted
For more information about this error, try `rustc --explain E0602`.
|