recursion-ninja pushed to branch wip/fix-26953 at Glasgow Haskell Compiler / GHC Commits: 0d957a2a by recursion-ninja at 2026-03-10T15:52:05+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Rodrigo Mesquita <rodrigo.m.mesquita@gmail.com> - - - - - 1 changed file: - compiler/GHC/Hs/Lit.hs Changes: ===================================== compiler/GHC/Hs/Lit.hs ===================================== @@ -704,9 +704,6 @@ rnStringLit = convertStringLit -- | -- Change the GHC pass from the current 'Pass' to the 'Typechecked' pass. --- This function can safely accept any GHC 'Pass; as the input, --- because 'Typechecked' is the final 'Pass'. Note that this permits the --- "no-op" of going from 'Typechecked' to 'Typechecked'. {-# INLINE[1] tcStringLit #-} {-# RULES "tcStringLit/id" tcStringLit = id #-} tcStringLit :: StringLiteral (GhcPass p) -> StringLiteral GhcTc View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0d957a2a3670ce1eff4046fd04733eaf... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0d957a2a3670ce1eff4046fd04733eaf... You're receiving this email because of your account on gitlab.haskell.org.