summary refs log tree commit diff
path: root/src/test/ui/parser/pat-tuple-5.stderr
blob: 1e192cfe598add57bc61f6f40d460e82cd5774a6 (plain)
1
2
3
4
5
6
7
8
error: unexpected token: `)`
  --> $DIR/pat-tuple-5.rs:15:14
   |
LL |         (pat ..) => {} //~ ERROR unexpected token: `)`
   |              ^^

error: aborting due to previous error