We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003c15c commit 3500ac3Copy full SHA for 3500ac3
ghcide/src/Development/IDE/GHC/Compat/Driver.hs
@@ -2,6 +2,8 @@
2
-- DO NOT EDIT
3
-- This module copies parts of the driver code in GHC.Driver.Main to provide
4
-- `hscTypecheckRenameWithDiagnostics`.
5
+-- Issue to add this function: https://gitlab.haskell.org/ghc/ghc/-/issues/24996
6
+-- MR to add this function: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/12891
7
-- ============================================================================
8
9
module Development.IDE.GHC.Compat.Driver
0 commit comments