Files
rust/tests/ui/fmt/issue-86085.rs
T
2023-01-11 09:32:08 +00:00

7 lines
188 B
Rust

// Tests for an ICE with the fuzzed input below.
fn main ( ) {
format ! ( concat ! ( r#"lJ𐏿Æ.𐏿"# , "r} {}" ) ) ;
//~^ ERROR: invalid format string: unmatched `}` found
}