rust/src/test/ui/derives/deriving-meta-unknown-trait.stderr

9 lines
198 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: cannot find derive macro `Eqr` in this scope
2019-04-22 11:35:37 -05:00
--> $DIR/deriving-meta-unknown-trait.rs:1:10
2018-08-08 07:28:26 -05:00
|
LL | #[derive(Eqr)]
| ^^^ help: try: `Eq`
error: aborting due to previous error