2024-01-03 15:27:58 +01:00
|
|
|
error: expected `)`, found `+`
|
|
|
|
--> $DIR/range_pat_interactions2.rs:10:19
|
2021-04-04 19:40:40 -07:00
|
|
|
|
|
|
|
|
LL | 0..=(5+1) => errors_only.push(x),
|
2024-01-03 15:27:58 +01:00
|
|
|
| ^ expected `)`
|
2021-04-04 19:40:40 -07:00
|
|
|
|
2024-01-03 15:27:58 +01:00
|
|
|
error: aborting due to 1 previous error
|
2021-04-04 19:40:40 -07:00
|
|
|
|