]> git.proxmox.com Git - rustc.git/blob - src/test/ui/lint/bad-lint-cap3.stderr
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / ui / lint / 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: the lint level is 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
14 warning: 1 warning emitted
15