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
1 changed file:
Changes:
| ... | ... | @@ -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
|