about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/static-mut.rs
blob: 6509f62470a9cb645cf2cc59f1634f90d2a7ce92 (plain)
1
2
3
4
5
static muta a: u8 = 0;
//~^ ERROR expected one of
//~| ERROR missing type for

fn main() {}