6d86969260
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
8 lines
119 B
Rust
8 lines
119 B
Rust
class cat {
|
|
let how_hungry : int;
|
|
new() {} //~ ERROR field `self.how_hungry` is never initialized
|
|
}
|
|
|
|
fn main() {
|
|
}
|