]> git.lizzy.rs Git - rust.git/blob - src/test/ui/exclusive-range/exclusive_range_pattern_syntax_collision3.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / exclusive-range / exclusive_range_pattern_syntax_collision3.stderr
1 error: expected one of `,` or `]`, found `9`
2   --> $DIR/exclusive_range_pattern_syntax_collision3.rs:15:12
3    |
4 LL |         [..9, 99..100, _] => {}, //~ ERROR expected one of `,` or `]`, found `9`
5    |            ^ expected one of `,` or `]` here
6
7 error: aborting due to previous error
8