2024-06-05 23:20:09 +08:00
|
|
|
error: struct `Whatever` is never constructed
|
|
|
|
--> $DIR/clone-debug-dead-code-in-the-same-struct.rs:4:12
|
2022-06-08 16:34:58 +09:00
|
|
|
|
|
2022-06-10 12:14:24 +09:00
|
|
|
LL | pub struct Whatever {
|
2024-06-05 23:20:09 +08:00
|
|
|
| ^^^^^^^^
|
2022-06-08 16:34:58 +09:00
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/clone-debug-dead-code-in-the-same-struct.rs:1:11
|
|
|
|
|
|
|
|
|
LL | #![forbid(dead_code)]
|
|
|
|
| ^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-06-08 16:34:58 +09:00
|
|
|
|