blob: 6ed90c0ae4ffe10e97ed190a0cea077e17ed65e3 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0565]: meta item in `repr` must be an identifier
--> $DIR/E0565.rs:2:8
|
LL | #[repr("C")]
| ^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0565`.
|