rust/tests/ui/fmt/issue-86085.rs

7 lines
188 B
Rust
Raw Permalink Blame History

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