8 lines
238 B
Text
8 lines
238 B
Text
error: expected one of `.`, `;`, `?`, or an operator, found `..`
|
|
--> $DIR/range-3.rs:6:17
|
|
|
|
|
LL | let r = 1..2..3;
|
|
| ^^ expected one of `.`, `;`, `?`, or an operator here
|
|
|
|
error: aborting due to previous error
|
|
|