blob: 5a5fc9c450989c4f1df561a9ef42ce61e6922b4a (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `,` or `@`, found `..`
--> $DIR/match-vec-invalid.rs:4:25
|
LL | [1, tail.., tail..] => {}, //~ ERROR: expected one of `,` or `@`, found `..`
| ^^ expected one of `,` or `@` here
error: aborting due to previous error
|