mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-22 06:24:34 +00:00
15 lines
280 B
Plaintext
15 lines
280 B
Plaintext
error: type alias `Unused` is never used
|
|
--> $DIR/impl-trait.rs:12:6
|
|
|
|
|
LL | type Unused = ();
|
|
| ^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/impl-trait.rs:1:9
|
|
|
|
|
LL | #![deny(dead_code)]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|