6 lines
57 B
Rust
6 lines
57 B
Rust
#[repr(i32)] //~ ERROR: E0084
|
|
enum Foo {}
|
|
|
|
fn main() {
|
|
}
|