]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-83344.rs
Rollup merge of #93813 - xldenis:public-mir-passes, r=wesleywiser
[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 }