2019-09-15 09:55:18 +00:00
|
|
|
error: cannot find attribute `derive_Clone` in this scope
|
2019-07-11 22:00:20 +00:00
|
|
|
--> $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]
|
2022-09-20 11:55:07 +00:00
|
|
|
| ^^^^^^^^^^^^ help: an attribute macro with a similar name exists: `derive_const`
|
2018-07-15 21:11:54 +00:00
|
|
|
...
|
|
|
|
LL | foo!();
|
2021-10-14 18:28:28 +00:00
|
|
|
| ------ in this macro invocation
|
2022-12-09 15:56:23 +00:00
|
|
|
--> $SRC_DIR/core/src/macros/mod.rs:LL:COL
|
2019-12-16 13:56:47 +00:00
|
|
|
|
|
2022-12-09 15:56:23 +00:00
|
|
|
= note: similarly named attribute macro `derive_const` defined here
|
2022-09-20 11:55:07 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-07-15 21:11:54 +00:00
|
|
|
|
2019-09-15 09:55:18 +00:00
|
|
|
error: cannot find attribute `derive_Clone` in this scope
|
2019-07-11 22:00:20 +00:00
|
|
|
--> $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]
|
2022-09-20 11:55:07 +00:00
|
|
|
| ^^^^^^^^^^^^ help: an attribute macro with a similar name exists: `derive_const`
|
2022-12-09 15:56:23 +00:00
|
|
|
--> $SRC_DIR/core/src/macros/mod.rs:LL:COL
|
2022-09-20 11:55:07 +00:00
|
|
|
|
|
2022-12-09 15:56:23 +00:00
|
|
|
= note: similarly named attribute macro `derive_const` defined here
|
2018-07-15 21:11:54 +00:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|