rust/src/test/ui/error-codes/E0602.stderr
Vadim Petrochenkov 642669c74d Update tests
2020-01-09 21:23:12 +03:00

15 lines
407 B
Text

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`.