6 lines
76 B
Rust
6 lines
76 B
Rust
struct c { //~ ERROR a struct must have at least one field
|
|
}
|
|
|
|
fn main() {
|
|
}
|