blob: 149a782d97c2e20ad01a4a0f9a719a117ceec688 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: unnecessary qualification
--> $DIR/lint-qualification.rs:10:5
|
LL | foo::bar();
| ^^^^^^^^
|
note: the lint level is defined here
--> $DIR/lint-qualification.rs:1:9
|
LL | #![deny(unused_qualifications)]
| ^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
|