]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0602.stderr
Merge commit '40dd3e2b7089b5e96714e064b731f6dbf17c61a9' into sync_cg_clif-2021-05-27
[rust.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[E0602]: unknown lint: `bogus`
10    |
11    = note: requested on the command line with `-D bogus`
12
13 error: aborting due to 3 previous errors
14
15 For more information about this error, try `rustc --explain E0602`.