2021-08-01 19:55:48 -05:00
|
|
|
error: expected one of `.`, `;`, `?`, `else`, or an operator, found `..`
|
2019-01-06 18:33:05 +03:00
|
|
|
--> $DIR/range-3.rs:4:17
|
2018-10-20 23:36:17 +03: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 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|