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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
70 B
Rust
Raw Normal View History

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