1 2 3 4 5
fn main() { let _p: char = 100; //~^ ERROR mismatched types //~| expected `char`, found `u8` }