blob: ca085b25c2ddfcd5d83525a9dfe122a974ae9bff [file] [log] [blame]
error: cannot find attribute `derive_Clone` in this scope
--> $DIR/issue-32655.rs:3:11
|
LL | #[derive_Clone]
| ^^^^^^^^^^^^
...
LL | foo!();
| ------- in this macro invocation
error: cannot find attribute `derive_Clone` in this scope
--> $DIR/issue-32655.rs:15:7
|
LL | #[derive_Clone]
| ^^^^^^^^^^^^
error: aborting due to 2 previous errors