2022-08-26 18:52:08 +02:00
|
|
|
error: 3 positional arguments in format string, but there is 1 argument
|
|
|
|
--> $DIR/issue-75307.rs:2:15
|
2020-08-08 20:11:16 -07:00
|
|
|
|
|
|
|
|
LL | format!(r"{}{}{}", named_arg=1);
|
2022-08-26 18:52:08 +02:00
|
|
|
| ^^^^^^ -
|
2020-08-08 20:11:16 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-08-08 20:11:16 -07:00
|
|
|
|