blob: 6ccf7efbb88726bb5d626565c76ff053ef5be72d [file] [log] [blame]
error: unexpected token: `,`
--> $DIR/exclusive_range_pattern_syntax_collision.rs:15:15
|
LL | [_, 99.., _] => {}, //~ ERROR unexpected token: `,`
| ^^
error: aborting due to previous error