rust/src/test/ui/issues/issue-32655.stderr

18 lines
405 B
Plaintext
Raw Normal View History

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-07-15 14:11:54 -07:00
...
LL | foo!();
| ------- in this macro invocation
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-07-15 14:11:54 -07:00
error: aborting due to 2 previous errors