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