]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-83344.rs
Rollup merge of #89945 - JohnTitor:we-now-specialize-clone-from-slice, r=the8472
[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 }