summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issue-116781.stderr
blob: 1a77b60a50dc836d8be29adb409d5f6abe2a0431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: expected pattern, found `$`
  --> $DIR/issue-116781.rs:4:16
   |
LL |     field: fn(($),),
   |                ^ expected pattern

error: expected pattern, found `$`
  --> $DIR/issue-116781.rs:4:16
   |
LL |     field: fn(($),),
   |                ^ expected pattern
   |
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error: aborting due to 2 previous errors