blob: 69084b5a414755196c8ea746317773a21dada4d7 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `...`, `..=`, `..`, `:`, `;`, `=`, or `|`, found `-`
--> $DIR/pat-ranges-4.rs:4:12
|
LL | let 10 - 3 ..= 10 = 8;
| ^ expected one of 7 possible tokens
error: aborting due to previous error
|