rustc/tests/ui/error-codes/E0084.rs
2023-08-02 10:33:26 +02:00

6 lines
57 B
Rust

#[repr(i32)] //~ ERROR: E0084
enum Foo {}
fn main() {
}