Forked from
Glasgow Haskell Compiler / GHC
14037 commits behind the upstream repository.
Ryan Scott
authored
Attach the `SrcSpan` of the first pattern synonym binding involved in the recursive group when throwing the corresponding error message, similarly to how it is done for type synonyms. Fixes #16900.