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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
512 B
Plaintext
Raw Normal View History

error: cannot find attribute `derive_Clone` in this scope
--> $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-07-15 16:11:54 -05:00
...
LL | foo!();
2021-10-14 13:28:28 -05:00
| ------ in this macro invocation
|
= 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
error: cannot find attribute `derive_Clone` in this scope
--> $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-07-15 16:11:54 -05:00
error: aborting due to 2 previous errors