]> git.lizzy.rs Git - rust.git/blob - src/test/ui/fmt/format-args-capture-issue-93378.stderr
3890e3ca864d768a61a9acbc4f1b198178ec6e5e
[rust.git] / src / test / ui / fmt / format-args-capture-issue-93378.stderr
1 error: invalid reference to positional arguments 1 and 2 (there is 1 argument)
2   --> $DIR/format-args-capture-issue-93378.rs:5:26
3    |
4 LL |     println!("{a} {b} {} {} {c} {}", c = "c");
5    |                          ^^     ^^
6    |
7    = note: positional arguments are zero-based
8
9 error: aborting due to previous error
10