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