|
| 1 | +error: expected one of `(`, `,`, `::`, or `=`, found `-` |
| 2 | + --> $DIR/statement-attribute-validation.rs:6:16 |
| 3 | + | |
| 4 | +LL | #[allow(two-words)] |
| 5 | + | ^ expected one of `(`, `,`, `::`, or `=` |
| 6 | + |
| 7 | +error: expected one of `(`, `,`, `::`, or `=`, found `-` |
| 8 | + --> $DIR/statement-attribute-validation.rs:11:16 |
| 9 | + | |
| 10 | +LL | #[allow(two-words)] |
| 11 | + | ^ expected one of `(`, `,`, `::`, or `=` |
| 12 | + |
| 13 | +error: expected one of `(`, `,`, `::`, or `=`, found `-` |
| 14 | + --> $DIR/statement-attribute-validation.rs:14:16 |
| 15 | + | |
| 16 | +LL | #[allow(two-words)] |
| 17 | + | ^ expected one of `(`, `,`, `::`, or `=` |
| 18 | + |
| 19 | +error: expected one of `(`, `,`, `::`, or `=`, found `-` |
| 20 | + --> $DIR/statement-attribute-validation.rs:19:16 |
| 21 | + | |
| 22 | +LL | #[allow(two-words)] |
| 23 | + | ^ expected one of `(`, `,`, `::`, or `=` |
| 24 | + |
| 25 | +error: expected one of `(`, `,`, `::`, or `=`, found `-` |
| 26 | + --> $DIR/statement-attribute-validation.rs:22:16 |
| 27 | + | |
| 28 | +LL | #[allow(two-words)] |
| 29 | + | ^ expected one of `(`, `,`, `::`, or `=` |
| 30 | + |
| 31 | +error: expected one of `(`, `,`, `::`, or `=`, found `-` |
| 32 | + --> $DIR/statement-attribute-validation.rs:25:16 |
| 33 | + | |
| 34 | +LL | #[allow(two-words)] |
| 35 | + | ^ expected one of `(`, `,`, `::`, or `=` |
| 36 | + |
| 37 | +error: expected one of `(`, `,`, `::`, or `=`, found `-` |
| 38 | + --> $DIR/statement-attribute-validation.rs:28:16 |
| 39 | + | |
| 40 | +LL | #[allow(two-words)] |
| 41 | + | ^ expected one of `(`, `,`, `::`, or `=` |
| 42 | + |
| 43 | +error: expected one of `(`, `,`, `::`, or `=`, found `-` |
| 44 | + --> $DIR/statement-attribute-validation.rs:31:16 |
| 45 | + | |
| 46 | +LL | #[allow(two-words)] |
| 47 | + | ^ expected one of `(`, `,`, `::`, or `=` |
| 48 | + |
| 49 | +error: expected one of `(`, `,`, `::`, or `=`, found `-` |
| 50 | + --> $DIR/statement-attribute-validation.rs:34:16 |
| 51 | + | |
| 52 | +LL | #[allow(two-words)] |
| 53 | + | ^ expected one of `(`, `,`, `::`, or `=` |
| 54 | + |
| 55 | +error: aborting due to 9 previous errors |
| 56 | + |
0 commit comments