blob: 14a8cbe0155f96917d4677ddc9c1b68eebaf134a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: 1 positional argument in format string, but no arguments were given
--> $DIR/issue-81006.rs:6:23
|
LL | let _ = format!("→{}→\n");
| ^^
error: 1 positional argument in format string, but no arguments were given
--> $DIR/issue-81006.rs:8:23
|
LL | let _ = format!("→{} \n");
| ^^
error: aborting due to 2 previous errors
|