blob: 53e38bc670beb0c1b27fba9b96d052b1f6c7aa45 [file] [log] [blame]
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 here
error: aborting due to previous error