]> git.lizzy.rs Git - rust.git/blob - tests/ui/macros/issue-83344.stderr
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / 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