recursion-ninja pushed to branch wip/fix-26953 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Hs/Lit.hs
    ... ... @@ -704,9 +704,6 @@ rnStringLit = convertStringLit
    704 704
     
    
    705 705
     -- |
    
    706 706
     -- Change the GHC pass from the current 'Pass' to the 'Typechecked' pass.
    
    707
    --- This function can safely accept any GHC 'Pass; as the input,
    
    708
    --- because 'Typechecked' is the final 'Pass'. Note that this permits the
    
    709
    --- "no-op" of going from 'Typechecked' to 'Typechecked'.
    
    710 707
     {-# INLINE[1] tcStringLit #-}
    
    711 708
     {-# RULES "tcStringLit/id" tcStringLit = id #-}
    
    712 709
     tcStringLit :: StringLiteral (GhcPass p) -> StringLiteral GhcTc