rust/tests/ui/error-codes/E0084.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
57 B
Rust
Raw Normal View History

2017-11-14 22:45:18 +00:00
#[repr(i32)] //~ ERROR: E0084
enum Foo {}
2016-05-25 11:58:07 +00:00
fn main() {
}