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

20 lines
505 B
Plaintext
Raw Normal View History

error: cannot find attribute `derive_Clone` in this scope
--> $DIR/issue-32655.rs:3:11
2018-07-15 21:11:54 +00:00
|
2019-03-09 12:03:44 +00:00
LL | #[derive_Clone]
| ^^^^^^^^^^^^
2018-07-15 21:11:54 +00:00
...
LL | foo!();
| ------- in this macro invocation
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
2018-07-15 21:11:54 +00:00
error: cannot find attribute `derive_Clone` in this scope
--> $DIR/issue-32655.rs:15:7
2018-07-15 21:11:54 +00:00
|
2019-03-09 12:03:44 +00:00
LL | #[derive_Clone]
| ^^^^^^^^^^^^
2018-07-15 21:11:54 +00:00
error: aborting due to 2 previous errors