]> git.proxmox.com Git - rustc.git/blame - src/test/ui/error-codes/E0602.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / error-codes / E0602.stderr
CommitLineData
2c00a5a8 1error[E0602]: unknown lint: `bogus`
0531ce1d
XL
2 |
3 = note: requested on the command line with `-D bogus`
2c00a5a8 4
dfeec247
XL
5error[E0602]: unknown lint: `bogus`
6 |
7 = note: requested on the command line with `-D bogus`
8
17df50a5 9error: aborting due to 2 previous errors
2c00a5a8 10
0531ce1d 11For more information about this error, try `rustc --explain E0602`.