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

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

9 lines
230 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 previous error