blob: b620cc5d74e8bab0bb5f42a68d01dc3e1fed6ed5 [file] [log] [blame]
error: `derive` may only be applied to structs, enums and unions
--> $DIR/issue-43023.rs:4:5
|
LL | #[derive(Debug)] //~ ERROR `derive` may only be applied to structs, enums and unions
| ^^^^^^^^^^^^^^^^
error: `derive` may only be applied to structs, enums and unions
--> $DIR/issue-43023.rs:11:5
|
LL | #[derive(Debug)] //~ ERROR `derive` may only be applied to structs, enums and unions
| ^^^^^^^^^^^^^^^^
error: `derive` may only be applied to structs, enums and unions
--> $DIR/issue-43023.rs:16:5
|
LL | #[derive(Debug)] //~ ERROR `derive` may only be applied to structs, enums and unions
| ^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors