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

9 lines
221 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: unexpected token: `,`
2018-12-25 09:56:47 -06:00
--> $DIR/exclusive_range_pattern_syntax_collision.rs:5:15
2018-08-08 07:28:26 -05:00
|
LL | [_, 99.., _] => {}, //~ ERROR unexpected token: `,`
| ^^
error: aborting due to previous error