summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0452.stderr
blob: 30c11e3274e1c5049e1f70ce914ab75718e79512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
error[E0452]: malformed lint attribute input
  --> $DIR/E0452.rs:1:10
   |
LL | #![allow(foo = "")]
   |          ^^^^^^^^ bad attribute argument

error[E0452]: malformed lint attribute input
  --> $DIR/E0452.rs:1:10
   |
LL | #![allow(foo = "")]
   |          ^^^^^^^^ bad attribute argument

error[E0452]: malformed lint attribute input
  --> $DIR/E0452.rs:1:10
   |
LL | #![allow(foo = "")]
   |          ^^^^^^^^ bad attribute argument

error[E0452]: malformed lint attribute input
  --> $DIR/E0452.rs:1:10
   |
LL | #![allow(foo = "")]
   |          ^^^^^^^^ bad attribute argument

error[E0452]: malformed lint attribute input
  --> $DIR/E0452.rs:1:10
   |
LL | #![allow(foo = "")]
   |          ^^^^^^^^ bad attribute argument

error[E0452]: malformed lint attribute input
  --> $DIR/E0452.rs:1:10
   |
LL | #![allow(foo = "")]
   |          ^^^^^^^^ bad attribute argument

error: aborting due to 6 previous errors

For more information about this error, try `rustc --explain E0452`.