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