2021-08-01 19:55:48 -05:00
|
|
|
error: expected one of `.`, `;`, `?`, `else`, or an operator, found `..`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/range-3.rs:4:17
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | let r = 1..2..3;
|
2021-08-01 19:55:48 -05:00
|
|
|
| ^^ expected one of `.`, `;`, `?`, `else`, or an operator
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|