]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deduplicate-diagnostics.deduplicate.stderr
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
[rust.git] / src / test / ui / deduplicate-diagnostics.deduplicate.stderr
1 error[E0452]: malformed lint attribute input
2   --> $DIR/deduplicate-diagnostics.rs:8:8
3    |
4 LL | #[deny("literal")]
5    |        ^^^^^^^^^ bad attribute argument
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
15 For more information about this error, try `rustc --explain E0452`.