]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/bad-lint-cap2.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / lint / bad-lint-cap2.stderr
CommitLineData
b7449926 1error: unused import: `std::option`
0731742a 2 --> $DIR/bad-lint-cap2.rs:6:5
ff7c6d11 3 |
532ac7d7 4LL | use std::option;
ff7c6d11
XL
5 | ^^^^^^^^^^^
6 |
74b04a01 7note: the lint level is defined here
0731742a 8 --> $DIR/bad-lint-cap2.rs:4:9
ff7c6d11 9 |
0531ce1d 10LL | #![deny(warnings)]
ff7c6d11 11 | ^^^^^^^^
416331ca 12 = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
ff7c6d11
XL
13
14error: aborting due to previous error
15