2017-08-22 21:22:52 -05:00
|
|
|
error: `derive` may only be applied to structs, enums and unions
|
|
|
|
--> $DIR/issue-43927-non-ADT-derive.rs:13:1
|
|
|
|
|
|
|
|
|
13 | #![derive(Debug, PartialEq, Eq)] // should be an outer attribute!
|
2017-09-21 22:29:29 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try an outer attribute: `#[derive(Debug, PartialEq, Eq)]`
|
2017-08-22 21:22:52 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|