]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/pat-ranges-4.stderr
Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomatsakis
[rust.git] / src / test / ui / parser / pat-ranges-4.stderr
1 error: expected one of `...`, `..=`, `..`, `:`, `;`, `=`, or `|`, found `-`
2   --> $DIR/pat-ranges-4.rs:4:12
3    |
4 LL |     let 10 - 3 ..= 10 = 8;
5    |            ^ expected one of 7 possible tokens
6
7 error: aborting due to previous error
8