rust/src/test/compile-fail/issue-2509-a.rs
2012-09-06 10:52:26 -07:00

6 lines
76 B
Rust

struct c { //~ ERROR a struct must have at least one field
}
fn main() {
}