about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/const.rs
blob: b481408cb62d2946140c3f645aed321709788555 (plain)
1
2
3
4
cons A: u8 = 10;
//~^ ERROR expected one of

fn main() {}