Sasha Bogicevic pushed to branch wip/21101 at Glasgow Haskell Compiler / GHC
Commits:
-
f0232261
by Sasha Bogicevic at 2026-07-16T22:22:17+02:00
1 changed file:
Changes:
| 1 | +section: compiler
|
|
| 2 | +synopsis: Improve error messages and hints for invalid record wildcard patterns
|
|
| 3 | +description:
|
|
| 4 | + Record wildcard hints are now shown in more contexts and include
|
|
| 5 | + constructor arity; matching with ``..`` on a fieldless constructor
|
|
| 6 | + now produces a dedicated error message.
|
|
| 7 | +mrs: !8673
|
|
| 8 | +issues: #21101 |