mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
4e0baddbbf
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
error: expected `)`, found `+`
|
|
--> $DIR/range_pat_interactions2.rs:10:19
|
|
|
|
|
LL | 0..=(5+1) => errors_only.push(x),
|
|
| ^ expected `)`
|
|
|
|
error: aborting due to 1 previous error
|
|
|