]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/match-vec-invalid.stderr
Simplify SaveHandler trait
[rust.git] / src / test / ui / parser / match-vec-invalid.stderr
1 error: expected one of `,` or `@`, found `..`
2   --> $DIR/match-vec-invalid.rs:4:25
3    |
4 LL |         [1, tail.., tail..] => {},
5    |                         ^^ expected one of `,` or `@` here
6
7 error: aborting due to previous error
8