]> git.lizzy.rs Git - rust.git/blob - tests/ui/deduplicate-diagnostics.duplicate.stderr
Auto merge of #106975 - tmiasko:basic-blocks-cache, r=cjgillot
[rust.git] / tests / ui / deduplicate-diagnostics.duplicate.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: cannot find derive macro `Unresolved` in this scope
14   --> $DIR/deduplicate-diagnostics.rs:4:10
15    |
16 LL | #[derive(Unresolved)]
17    |          ^^^^^^^^^^
18
19 error[E0452]: malformed lint attribute input
20   --> $DIR/deduplicate-diagnostics.rs:8:8
21    |
22 LL | #[deny("literal")]
23    |        ^^^^^^^^^ bad attribute argument
24
25 error: aborting due to 4 previous errors
26
27 For more information about this error, try `rustc --explain E0452`.