]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-83344.rs
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
[rust.git] / tests / ui / macros / issue-83344.rs
1 // check-fail
2
3 fn main() {
4     println!("{}\
5 "); //~^ ERROR: 1 positional argument in format string, but no arguments were given
6 }