2019-07-12 01:00:20 +03:00
|
|
|
error: cannot find attribute macro `derive_Clone` in this scope
|
|
|
|
--> $DIR/issue-32655.rs:3:11
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #[derive_Clone]
|
2018-08-15 03:51:12 +03:00
|
|
|
| ^^^^^^^^^^^^
|
2018-07-15 14:11:54 -07:00
|
|
|
...
|
|
|
|
LL | foo!();
|
|
|
|
| ------- in this macro invocation
|
|
|
|
|
2019-07-12 01:00:20 +03:00
|
|
|
error: cannot find attribute macro `derive_Clone` in this scope
|
|
|
|
--> $DIR/issue-32655.rs:15:7
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #[derive_Clone]
|
2018-08-15 03:51:12 +03:00
|
|
|
| ^^^^^^^^^^^^
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|