Files
rust/tests/ui/parser/misspelled-keywords/impl-block.rs

7 lines
70 B
Rust
Raw Normal View History

2024-09-01 22:27:43 -04:00
struct Human;
ipml Human {}
//~^ ERROR expected one of
fn main() {}