blob: 90ec46165e733145fe888cac20ecbd30267dba64 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `.`, `;`, `?`, or an operator, found `..`
--> $DIR/range-4.rs:4:16
|
LL | let r = ..1..2;
| ^^ expected one of `.`, `;`, `?`, or an operator here
error: aborting due to previous error
|