2019-01-02 02:21:05 +03:00
|
|
|
error: attribute must be of the form `#[repr(C, packed, ...)]`
|
|
|
|
|
--> $DIR/repr.rs:1:1
|
2018-06-06 12:31:43 -07:00
|
|
|
|
|
|
|
|
|
LL | #[repr]
|
2019-01-02 02:21:05 +03:00
|
|
|
| ^^^^^^^
|
2018-06-06 12:31:43 -07:00
|
|
|
|
2019-01-02 02:21:05 +03:00
|
|
|
error: attribute must be of the form `#[repr(C, packed, ...)]`
|
|
|
|
|
--> $DIR/repr.rs:5:1
|
2018-06-06 12:31:43 -07:00
|
|
|
|
|
|
|
|
|
LL | #[repr = "B"]
|
2019-01-02 02:21:05 +03:00
|
|
|
| ^^^^^^^^^^^^^
|
2018-06-06 12:31:43 -07:00
|
|
|
|
2019-01-02 02:21:05 +03:00
|
|
|
error: attribute must be of the form `#[repr(C, packed, ...)]`
|
|
|
|
|
--> $DIR/repr.rs:9:1
|
2018-06-06 12:31:43 -07:00
|
|
|
|
|
|
|
|
|
LL | #[repr = "C"]
|
2019-01-02 02:21:05 +03:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2018-06-06 12:31:43 -07:00
|
|
|
|