blob: e782e6f9076313e73e8baa5cd48108136835bf9f [file] [log] [blame] [edit]
fn main() {
let _ = format!(concat!("{0}π–³π–Ύπ—Œπ—{"), i);
//~^ ERROR: invalid format string: expected `'}'` but string was terminated
//~| NOTE: if you intended to print `{`, you can escape it using `{{`
//~| NOTE: in this expansion of concat!
//~| NOTE: in this expansion of concat!
//~| NOTE: expected `'}'` in format string
}