blob: 3df8277b87372fdf62a969843ce3791891b3d187 [file] [log] [blame] [edit]
// Test that multi-byte unicode characters with missing parameters do not ICE.
fn main() {
println!("\r¡{}")
//~^ ERROR 1 positional argument in format string
}