]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/pat-ranges-4.stderr
Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup
[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