blob: 1b8e689c753f31a2c7ca18d12806be1d3f7c4fe2 [file] [log] [blame]
error: cannot find derive macro `Eqr` in this scope
--> $DIR/deriving-meta-unknown-trait.rs:1:10
|
LL | #[derive(Eqr)]
| ^^^ help: a derive macro with a similar name exists: `Eq`
error: aborting due to previous error