]> git.lizzy.rs Git - rust.git/blob - src/test/ui/exclusive-range/exclusive_range_pattern_syntax_collision3.stderr
Simplify SaveHandler trait
[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:5:12
3    |
4 LL |         [..9, 99..100, _] => {},
5    |            ^ expected one of `,` or `]` here
6
7 error: aborting due to previous error
8