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

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

4 lines
126 B
Rust
Raw Normal View History

fn main() {
2022-08-26 16:52:08 +00:00
format!(r"{}{}{}", named_arg=1); //~ ERROR 3 positional arguments in format string, but there is 1 argument
}