]> git.proxmox.com Git - rustc.git/blob - src/test/ui/error-codes/E0602.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / error-codes / E0602.stderr
1 error[E0602]: unknown lint: `bogus`
2 |
3 = note: requested on the command line with `-D bogus`
4
5 error[E0602]: unknown lint: `bogus`
6 |
7 = note: requested on the command line with `-D bogus`
8
9 error: aborting due to 2 previous errors
10
11 For more information about this error, try `rustc --explain E0602`.