rust/src/test/ui/exclusive-range/exclusive_range_pattern_syntax_collision.stderr

9 lines
190 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: unexpected token: `,`
--> $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.., _] => {},
| ^
2018-08-08 07:28:26 -05:00
error: aborting due to previous error