blob: 2b37226334586ed018f41b35c9ed65f922a86b9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 2 previous errors
For more information about this error, try `rustc --explain E0602`.
|