15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
error: struct `NeverConstructed` is never constructed
|
|
--> $DIR/unused-pub-struct.rs:6:12
|
|
|
|
|
LL | pub struct NeverConstructed(i32);
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/unused-pub-struct.rs:1:9
|
|
|
|
|
LL | #![deny(dead_code)]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|