8 lines
120 B
Rust
8 lines
120 B
Rust
struct cat {
|
|
let how_hungry : int;
|
|
new() {} //~ ERROR field `self.how_hungry` is never initialized
|
|
}
|
|
|
|
fn main() {
|
|
}
|