We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.