summary refs log tree commit diff
path: root/src/test/ui/parser/pat-tuple-2.stderr
blob: cedc98ace64635d2a62693639f1abb087ee4c6d0 (plain)
1
2
3
4
5
6
7
8
error: trailing comma is not permitted after `..`
  --> $DIR/pat-tuple-2.rs:15:17
   |
LL |         (pat, ..,) => {} //~ ERROR trailing comma is not permitted after `..`
   |                 ^

error: aborting due to previous error