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