]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deduplicate-diagnostics.duplicate.stderr
Rollup merge of #67709 - petrochenkov:nodedup2, r=Centril
[rust.git] / src / test / ui / deduplicate-diagnostics.duplicate.stderr
1 error: cannot find derive macro `Unresolved` in this scope
2   --> $DIR/deduplicate-diagnostics.rs:4:10
3    |
4 LL | #[derive(Unresolved)]
5    |          ^^^^^^^^^^
6
7 error: cannot find derive macro `Unresolved` in this scope
8   --> $DIR/deduplicate-diagnostics.rs:4:10
9    |
10 LL | #[derive(Unresolved)]
11    |          ^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14