Matthew Pickering pushed to branch wip/splice-imports-2025 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Types/Error/Codes.hs
    ... ... @@ -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