]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0452.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0452.stderr
1 error[E0452]: malformed lint attribute input
2   --> $DIR/E0452.rs:1:10
3    |
4 LL | #![allow(foo = "")]
5    |          ^^^^^^^^ bad attribute argument
6
7 error[E0452]: malformed lint attribute input
8   --> $DIR/E0452.rs:1:10
9    |
10 LL | #![allow(foo = "")]
11    |          ^^^^^^^^ bad attribute argument
12
13 error[E0452]: malformed lint attribute input
14   --> $DIR/E0452.rs:1:10
15    |
16 LL | #![allow(foo = "")]
17    |          ^^^^^^^^ bad attribute argument
18
19 error[E0452]: malformed lint attribute input
20   --> $DIR/E0452.rs:1:10
21    |
22 LL | #![allow(foo = "")]
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`.