2018-08-08 07:28:26 -05:00
|
|
|
error: cannot find derive macro `Eqr` in this scope
|
2020-03-31 20:10:13 -05:00
|
|
|
--> $DIR/deriving-meta-unknown-trait.rs:1:10
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #[derive(Eqr)]
|
2019-07-11 18:29:28 -05:00
|
|
|
| ^^^ help: a derive macro with a similar name exists: `Eq`
|
2022-12-09 09:56:23 -06:00
|
|
|
--> $SRC_DIR/core/src/cmp.rs:LL:COL
|
2021-06-10 06:52:00 -05:00
|
|
|
|
|
2022-12-09 09:56:23 -06:00
|
|
|
= note: similarly named derive macro `Eq` defined here
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2020-01-08 11:02:10 -06:00
|
|
|
error: cannot find derive macro `Eqr` in this scope
|
2020-03-31 20:10:13 -05:00
|
|
|
--> $DIR/deriving-meta-unknown-trait.rs:1:10
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
|
LL | #[derive(Eqr)]
|
|
|
|
| ^^^ help: a derive macro with a similar name exists: `Eq`
|
2022-12-09 09:56:23 -06:00
|
|
|
--> $SRC_DIR/core/src/cmp.rs:LL:COL
|
2021-06-10 06:52:00 -05:00
|
|
|
|
|
2022-12-09 09:56:23 -06:00
|
|
|
= note: similarly named derive macro `Eq` defined here
|
2023-10-04 13:34:50 -05:00
|
|
|
|
|
|
|
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
|
2020-01-08 11:02:10 -06:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-08-08 07:28:26 -05:00
|
|
|
|