rust/tests/ui/issues/issue-70381.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
167 B
Rust
Raw Normal View History

// Test that multi-byte unicode characters with missing parameters do not ICE.
fn main() {
println!("\r¡{}")
//~^ ERROR 1 positional argument in format string
}