rust/tests/ui/fmt/issue-75307.stderr
2023-02-16 11:42:35 -03:00

9 lines
230 B
Plaintext

error: 3 positional arguments in format string, but there is 1 argument
--> $DIR/issue-75307.rs:2:15
|
LL | format!(r"{}{}{}", named_arg=1);
| ^^^^^^ -
error: aborting due to previous error