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

error: aborting due to previous error