summaryrefslogtreecommitdiffstats
path: root/tests/ui/fmt/issue-86085.rs
blob: 63d42b76969cd73ec5ee4ef81b8e1aef8331202d (plain)
1
2
3
4
5
6
// Tests for an ICE with the fuzzed input below.

fn main ( ) {
format ! ( concat ! ( r#"lJ𐏿Æ�.𐏿�"# , "r} {}" )     ) ;
//~^ ERROR: invalid format string: unmatched `}` found
}