blob: 4367c3b4500d5fe1f471d745436f822ec08bc6e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
error[E0602]: unknown lint: `foo_qux`
|
= note: requested on the command line with `--force-warn foo_qux`
error[E0602]: unknown lint: `foo_qux`
|
= note: requested on the command line with `--force-warn foo_qux`
error[E0602]: unknown lint: `foo_qux`
|
= note: requested on the command line with `--force-warn foo_qux`
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0602`.
|