rust/tests/ui/fmt/issue-75307.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
232 B
Plaintext
Raw Normal View History

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