1error: 1 positional argument in format string, but no arguments were given
2  --> $DIR/issue-83344.rs:4:15
3   |
4LL |     println!("{}\
5   |               ^^
6
7error: aborting due to previous error
8
9