]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-83340.stderr
Rollup merge of #106958 - jyn514:labels, r=m-ou-se
[rust.git] / tests / 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