]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-91461.rs
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / ui / parser / issues / issue-91461.rs
1 fn main() {
2     a(_:b:,)
3     //~^ ERROR: expected identifier, found reserved identifier `_`
4     //~| ERROR: expected type, found `,`
5     //~| ERROR: expected type, found `,`
6 }