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