Not necessarily unprecedented, but can still be surprising: ``` rust fn main() { println(fmt!("%?", 128i8)); // prints "-128" } ``` Do we want to allow this, along with `32768i16` and so on? See also #2438 and #6012.