2018-08-08 14:28:26 +02:00
|
|
|
error: cannot find derive macro `Eqr` in this scope
|
2020-01-07 12:59:24 -08:00
|
|
|
--> $DIR/deriving-meta-unknown-trait.rs:5:10
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | #[derive(Eqr)]
|
2019-07-12 02:29:28 +03:00
|
|
|
| ^^^ help: a derive macro with a similar name exists: `Eq`
|
2019-10-14 17:20:50 -07:00
|
|
|
|
|
|
|
|
::: $SRC_DIR/libcore/cmp.rs:LL:COL
|
|
|
|
|
|
2020-01-07 12:59:24 -08:00
|
|
|
LL | pub macro Eq($item:item) {
|
2019-10-28 14:48:49 -07:00
|
|
|
| ------------------------ similarly named derive macro `Eq` defined here
|
2018-08-08 14:28:26 +02:00
|
|
|
|
2020-01-08 20:02:10 +03:00
|
|
|
error: cannot find derive macro `Eqr` in this scope
|
2020-01-07 12:59:24 -08:00
|
|
|
--> $DIR/deriving-meta-unknown-trait.rs:5:10
|
2020-01-08 20:02:10 +03:00
|
|
|
|
|
|
|
|
LL | #[derive(Eqr)]
|
|
|
|
| ^^^ help: a derive macro with a similar name exists: `Eq`
|
2020-01-07 12:59:24 -08:00
|
|
|
|
|
|
|
|
::: $SRC_DIR/libcore/cmp.rs:LL:COL
|
|
|
|
|
|
|
|
|
LL | pub macro Eq($item:item) {
|
|
|
|
| ------------------------ similarly named derive macro `Eq` defined here
|
2020-01-08 20:02:10 +03:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-08-08 14:28:26 +02:00
|
|
|
|