summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0602.stderr
blob: 8636004102618a13e53617a05769bd0e724e1444 (plain)
1
2
3
4
5
6
7
error[E0602]: unknown lint: `bogus`
   |
   = note: requested on the command line with `-D bogus`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0602`.