rust/tests/ui/parser/issues/issue-91461.rs
2023-01-11 09:32:08 +00:00

7 lines
176 B
Rust

fn main() {
a(_:b:,)
//~^ ERROR: expected identifier, found reserved identifier `_`
//~| ERROR: expected type, found `,`
//~| ERROR: expected type, found `,`
}