2019-05-21 19:47:23 -05:00
|
|
|
error: malformed `repr` attribute input
|
2019-01-01 17:21:05 -06:00
|
|
|
--> $DIR/repr.rs:1:1
|
2018-06-06 14:31:43 -05:00
|
|
|
|
|
|
|
|
LL | #[repr]
|
2019-11-07 19:46:45 -06:00
|
|
|
| ^^^^^^^ help: must be of the form: `#[repr(C)]`
|
2018-06-06 14:31:43 -05:00
|
|
|
|
2019-05-21 19:47:23 -05:00
|
|
|
error: malformed `repr` attribute input
|
|
|
|
--> $DIR/repr.rs:4:1
|
2018-06-06 14:31:43 -05:00
|
|
|
|
|
|
|
|
LL | #[repr = "B"]
|
2019-11-07 19:46:45 -06:00
|
|
|
| ^^^^^^^^^^^^^ help: must be of the form: `#[repr(C)]`
|
2018-06-06 14:31:43 -05:00
|
|
|
|
2019-05-21 19:47:23 -05:00
|
|
|
error: malformed `repr` attribute input
|
|
|
|
--> $DIR/repr.rs:7:1
|
2018-06-06 14:31:43 -05:00
|
|
|
|
|
|
|
|
LL | #[repr = "C"]
|
2019-11-07 19:46:45 -06:00
|
|
|
| ^^^^^^^^^^^^^ help: must be of the form: `#[repr(C)]`
|
2019-01-01 17:21:05 -06:00
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2018-06-06 14:31:43 -05:00
|
|
|
|