about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/impl-block.rs
blob: dc2570c22c5dfc159579116f4464e3269c4470c5 (plain)
1
2
3
4
5
6
struct Human;

ipml Human {}
//~^ ERROR expected one of

fn main() {}