summary refs log tree commit diff
path: root/src/test/ui/parser/pat-tuple-3.stderr
blob: c9f14bb90429b90e3c0b97cf456bf8aa8760c1b9 (plain)
1
2
3
4
5
6
7
8
9
10
error: `..` can only be used once per tuple or tuple struct pattern
  --> $DIR/pat-tuple-3.rs:3:19
   |
LL |         (.., pat, ..) => {}
   |          --       ^^ can only be used once per pattern
   |          |
   |          previously present here

error: aborting due to previous error