rust/src/test/ui/issues/issue-43023.stderr

21 lines
503 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
error: `derive` may only be applied to structs, enums and unions
2018-12-25 09:56:47 -06:00
--> $DIR/issue-43023.rs:4:5
2018-07-15 16:11:54 -05:00
|
2019-03-09 06:03:44 -06:00
LL | #[derive(Debug)]
2018-07-15 16:11:54 -05:00
| ^^^^^^^^^^^^^^^^
error: `derive` may only be applied to structs, enums and unions
2018-12-25 09:56:47 -06:00
--> $DIR/issue-43023.rs:11:5
2018-07-15 16:11:54 -05:00
|
2019-03-09 06:03:44 -06:00
LL | #[derive(Debug)]
2018-07-15 16:11:54 -05:00
| ^^^^^^^^^^^^^^^^
error: `derive` may only be applied to structs, enums and unions
2018-12-25 09:56:47 -06:00
--> $DIR/issue-43023.rs:16:5
2018-07-15 16:11:54 -05:00
|
2019-03-09 06:03:44 -06:00
LL | #[derive(Debug)]
2018-07-15 16:11:54 -05:00
| ^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors