2018-08-08 07:28:26 -05:00
|
|
|
error: unexpected token: `,`
|
2019-05-10 18:31:34 -05:00
|
|
|
--> $DIR/exclusive_range_pattern_syntax_collision.rs:5:17
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | [_, 99.., _] => {},
|
2019-05-10 18:31:34 -05:00
|
|
|
| ^
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|