7 lines
81 B
Rust
7 lines
81 B
Rust
struct Human;
|
|
|
|
impl Debug form Human {}
|
|
//~^ ERROR expected one of
|
|
|
|
fn main() {}
|