1 2 3 4 5 6 7 8
// compile-flags: -Zsave-analysis fn main() { match 'a' { char{ch} => true //~^ ERROR expected struct, variant or union type, found builtin type `char` }; }