]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/issue-83344.stderr
Rollup merge of #89945 - JohnTitor:we-now-specialize-clone-from-slice, r=the8472
[rust.git] / src / test / ui / macros / issue-83344.stderr
1 error: 1 positional argument in format string, but no arguments were given
2   --> $DIR/issue-83344.rs:4:15
3    |
4 LL |     println!("{}\
5    |               ^^
6
7 error: aborting due to previous error
8