2019-09-15 04:55:18 -05:00
|
|
|
error: cannot find attribute `derive_Clone` in this scope
|
2019-07-11 17:00:20 -05:00
|
|
|
--> $DIR/issue-32655.rs:3:11
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[derive_Clone]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^^^^
|
2018-07-15 16:11:54 -05:00
|
|
|
...
|
|
|
|
LL | foo!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ------ in this macro invocation
|
2019-12-16 07:56:47 -06:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-07-15 16:11:54 -05:00
|
|
|
|
2019-09-15 04:55:18 -05:00
|
|
|
error: cannot find attribute `derive_Clone` in this scope
|
2019-07-11 17:00:20 -05:00
|
|
|
--> $DIR/issue-32655.rs:15:7
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[derive_Clone]
|
2018-08-14 19:51:12 -05:00
|
|
|
| ^^^^^^^^^^^^
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|