Add structured error messages for GHC.Tc.TyCl.PatSyn
Tracking ticket: #20117 MR: !10158 This converts uses of `mkTcRnUnknownMessage` to newly added constructors of `TcRnMessage`.
Showing
- compiler/GHC/Tc/Errors/Ppr.hs 57 additions, 0 deletionscompiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Tc/Errors/Types.hs 54 additions, 2 deletionscompiler/GHC/Tc/Errors/Types.hs
- compiler/GHC/Tc/TyCl/PatSyn.hs 22 additions, 55 deletionscompiler/GHC/Tc/TyCl/PatSyn.hs
- compiler/GHC/Types/Error/Codes.hs 6 additions, 0 deletionscompiler/GHC/Types/Error/Codes.hs
- testsuite/tests/patsyn/should_fail/T14112.stderr 1 addition, 1 deletiontestsuite/tests/patsyn/should_fail/T14112.stderr
- testsuite/tests/patsyn/should_fail/T14507.stderr 1 addition, 1 deletiontestsuite/tests/patsyn/should_fail/T14507.stderr
- testsuite/tests/patsyn/should_fail/unidir.stderr 1 addition, 1 deletiontestsuite/tests/patsyn/should_fail/unidir.stderr
- testsuite/tests/typecheck/should_fail/PatSynArity.hs 6 additions, 0 deletionstestsuite/tests/typecheck/should_fail/PatSynArity.hs
- testsuite/tests/typecheck/should_fail/PatSynArity.stderr 4 additions, 0 deletionstestsuite/tests/typecheck/should_fail/PatSynArity.stderr
- testsuite/tests/typecheck/should_fail/PatSynExistential.hs 6 additions, 0 deletionstestsuite/tests/typecheck/should_fail/PatSynExistential.hs
- testsuite/tests/typecheck/should_fail/PatSynExistential.stderr 4 additions, 0 deletions...uite/tests/typecheck/should_fail/PatSynExistential.stderr
- testsuite/tests/typecheck/should_fail/PatSynUnboundVar.hs 6 additions, 0 deletionstestsuite/tests/typecheck/should_fail/PatSynUnboundVar.hs
- testsuite/tests/typecheck/should_fail/PatSynUnboundVar.stderr 4 additions, 0 deletions...suite/tests/typecheck/should_fail/PatSynUnboundVar.stderr
- testsuite/tests/typecheck/should_fail/all.T 3 additions, 0 deletionstestsuite/tests/typecheck/should_fail/all.T
Loading
Please register or sign in to comment