mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 11:33:04 +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
|
|
|