mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
7 lines
70 B
Rust
7 lines
70 B
Rust
struct Human;
|
|
|
|
ipml Human {}
|
|
//~^ ERROR expected one of
|
|
|
|
fn main() {}
|