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