rust/tests/ui/parser/misspelled-keywords/impl-block.rs
2024-09-02 11:45:51 -04:00

7 lines
70 B
Rust

struct Human;
ipml Human {}
//~^ ERROR expected one of
fn main() {}