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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
211 B
Plaintext
Raw Normal View History

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