]> git.proxmox.com Git - rustc.git/blob - src/test/ui/bad/bad-lint-cap3.stderr
New upstream version 1.37.0+dfsg1
[rustc.git] / src / test / ui / bad / bad-lint-cap3.stderr
1 warning: unused import: `std::option`
2 --> $DIR/bad-lint-cap3.rs:7:5
3 |
4 LL | use std::option;
5 | ^^^^^^^^^^^
6 |
7 note: lint level defined here
8 --> $DIR/bad-lint-cap3.rs:5:9
9 |
10 LL | #![deny(warnings)]
11 | ^^^^^^^^
12 = note: #[warn(unused_imports)] implied by #[warn(warnings)]
13