``` let p: char = 100; ``` ``` error: internal compiler error: char type passed to convert_integral_ty_to_int_ty_set() ``` Inferring an integer to a char is pretty sneaky, so this should probably be an error.