about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/pub-fn.rs
blob: 50d7129ce51eeacde4c1a2c2cd8a7cdc178ec399 (plain)
1
2
3
4
5
puB fn code() {}
//~^ ERROR expected one of

fn main() {
}