mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 04:41:06 +00:00
6 lines
57 B
Rust
6 lines
57 B
Rust
#[repr(i32)] //~ ERROR: E0084
|
|
enum Foo {}
|
|
|
|
fn main() {
|
|
}
|