]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unused/issue-59896.stderr
Auto merge of #79780 - camelid:use-summary_opts, r=GuillaumeGomez
[rust.git] / src / test / ui / unused / issue-59896.stderr
1 error: the item `S` is imported redundantly
2   --> $DIR/issue-59896.rs:6:9
3    |
4 LL | struct S;
5    | --------- the item `S` is already defined here
6 ...
7 LL |     use S;
8    |         ^
9    |
10 note: the lint level is defined here
11   --> $DIR/issue-59896.rs:1:9
12    |
13 LL | #![deny(unused_imports)]
14    |         ^^^^^^^^^^^^^^
15
16 error: aborting due to previous error
17