2017-08-22 21:22:52 -05:00
|
|
|
#![derive(Debug, PartialEq, Eq)] // should be an outer attribute!
|
2020-11-14 05:47:14 -06:00
|
|
|
//~^ ERROR cannot determine resolution for the attribute macro `derive`
|
2021-10-09 07:13:15 -05:00
|
|
|
//~^^ ERROR `derive` attribute cannot be used at crate level
|
2017-08-22 21:22:52 -05:00
|
|
|
struct DerivedOn;
|
|
|
|
|
|
|
|
fn main() {}
|