]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-83344.rs
Rollup merge of #95376 - WaffleLapkin:drain_keep_rest, r=dtolnay
[rust.git] / src / test / 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 }