1error[E0452]: malformed lint attribute input
2  --> $DIR/deduplicate-diagnostics.rs:8:8
3   |
4LL | #[deny("literal")]
5   |        ^^^^^^^^^ bad attribute argument
6
7error: cannot find derive macro `Unresolved` in this scope
8  --> $DIR/deduplicate-diagnostics.rs:4:10
9   |
10LL | #[derive(Unresolved)]
11   |          ^^^^^^^^^^
12
13error: cannot find derive macro `Unresolved` in this scope
14  --> $DIR/deduplicate-diagnostics.rs:4:10
15   |
16LL | #[derive(Unresolved)]
17   |          ^^^^^^^^^^
18
19error[E0452]: malformed lint attribute input
20  --> $DIR/deduplicate-diagnostics.rs:8:8
21   |
22LL | #[deny("literal")]
23   |        ^^^^^^^^^ bad attribute argument
24
25error: aborting due to 4 previous errors
26
27For more information about this error, try `rustc --explain E0452`.
28