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