Matthew Pickering pushed to branch wip/splice-imports-2025 at Glasgow Haskell Compiler / GHC
Commits:
-
447f1a14
by Matthew Pickering at 2025-04-24T20:45:27+01:00
1 changed file:
Changes:
... | ... | @@ -700,7 +700,6 @@ type family GhcDiagnosticCode c = n | n -> c where |
700 | 700 | GhcDiagnosticCode "TcRnIllegalTypeExpr" = 35499
|
701 | 701 | GhcDiagnosticCode "TcRnUnexpectedTypeSyntaxInTerms" = 31244
|
702 | 702 | GhcDiagnosticCode "TcRnTypeApplicationsDisabled" = 23482
|
703 | - GhcDiagnosticCode "TcRnDeriveLiftWithoutImplicitStagePersistence" = 87906
|
|
704 | 703 | |
705 | 704 | -- TcRnIllegalInvisibleTypePattern
|
706 | 705 | GhcDiagnosticCode "InvisPatWithoutFlag" = 78249
|