mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-09 00:17:44 +00:00
15 lines
404 B
Plaintext
15 lines
404 B
Plaintext
![]() |
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
|
||
|
|