mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 10:45:18 +00:00
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
error: struct `Unused` is never constructed
|
|
--> $DIR/unused-adt-impls-trait.rs:4:8
|
|
|
|
|
LL | struct Unused;
|
|
| ^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/unused-adt-impls-trait.rs:1:9
|
|
|
|
|
LL | #![deny(dead_code)]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|