]> git.lizzy.rs Git - rust.git/blob - tests/ui/derives/deriving-meta-unknown-trait.stderr
Auto merge of #107828 - compiler-errors:rollup-gyj6dgj, r=compiler-errors
[rust.git] / tests / ui / derives / deriving-meta-unknown-trait.stderr
1 error: cannot find derive macro `Eqr` in this scope
2   --> $DIR/deriving-meta-unknown-trait.rs:1:10
3    |
4 LL | #[derive(Eqr)]
5    |          ^^^ help: a derive macro with a similar name exists: `Eq`
6   --> $SRC_DIR/core/src/cmp.rs:LL:COL
7    |
8    = note: similarly named derive macro `Eq` defined here
9
10 error: cannot find derive macro `Eqr` in this scope
11   --> $DIR/deriving-meta-unknown-trait.rs:1:10
12    |
13 LL | #[derive(Eqr)]
14    |          ^^^ help: a derive macro with a similar name exists: `Eq`
15   --> $SRC_DIR/core/src/cmp.rs:LL:COL
16    |
17    = note: similarly named derive macro `Eq` defined here
18
19 error: aborting due to 2 previous errors
20