rust/tests/ui/half-open-range-patterns/range_pat_interactions2.stderr

9 lines
211 B
Plaintext
Raw Normal View History

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),
| ^ expected `)`
2021-04-04 19:40:40 -07:00
error: aborting due to 1 previous error
2021-04-04 19:40:40 -07:00