mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-25 11:04:53 +00:00
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
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
|
|
|