mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
7 lines
188 B
Rust
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
|
|
}
|