rust/src/test/ui/repr.stderr
2019-01-13 14:17:19 +03:00

21 lines
420 B
Plaintext

error: attribute must be of the form `#[repr(C, packed, ...)]`
--> $DIR/repr.rs:1:1
|
LL | #[repr]
| ^^^^^^^
error: attribute must be of the form `#[repr(C, packed, ...)]`
--> $DIR/repr.rs:5:1
|
LL | #[repr = "B"]
| ^^^^^^^^^^^^^
error: attribute must be of the form `#[repr(C, packed, ...)]`
--> $DIR/repr.rs:9:1
|
LL | #[repr = "C"]
| ^^^^^^^^^^^^^
error: aborting due to 3 previous errors