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

Commits:

1 changed file:

Changes:

  • compiler/GHC/Rename/Pat.hs
    ... ... @@ -1214,7 +1214,7 @@ rnOverLitVal :: OverLitVal GhcPs -> OverLitVal GhcRn
    1214 1214
     rnOverLitVal = \case
    
    1215 1215
       HsFractional f -> HsFractional $ rnFractionalLit f
    
    1216 1216
       HsIntegral   i -> HsIntegral   $ rnIntegralLit   i
    
    1217
    -  HsIsString   s -> HsIsString   $ renameStringLit     s
    
    1217
    +  HsIsString   s -> HsIsString   $ renameStringLit s
    
    1218 1218
     
    
    1219 1219
     rnFractionalLit :: FractionalLit GhcPs -> FractionalLit GhcRn
    
    1220 1220
     rnFractionalLit f = FL