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

fn main() {
}