aihc-parser-1.0.0.2: test/Test/Fixtures/error-messages/module/record-update-with-wildcard.yaml
src: |
y = x {field=8, ..}
ghc: |
test.hs:1:17: error: [GHC-70712]
You cannot use `..' in a record update
aihc: |
test.hs:1:17:
1 | y = x {field=8, ..}
| ^^
unexpected '..'
expecting expression
context: while parsing equation right-hand side
test.hs:1:19:
1 | y = x {field=8, ..}
| ^
unexpected }
expecting end of input