diff --git a/libraries/ghc-internal/src/GHC/Internal/TH/Syntax.hs b/libraries/ghc-internal/src/GHC/Internal/TH/Syntax.hs
index 6d4ed7a4ab8626a1faad590baf57e64aa108c23b..ec2b1855c6ced6446946927d647db2336b6b3799 100644
--- a/libraries/ghc-internal/src/GHC/Internal/TH/Syntax.hs
+++ b/libraries/ghc-internal/src/GHC/Internal/TH/Syntax.hs
@@ -1534,9 +1534,11 @@ data Info
   The @Maybe Dec@ field contains @Just@ the declaration which
   defined the variable - including the RHS of the declaration -
   or else @Nothing@, in the case where the RHS is unavailable to
-  the compiler. At present, this value is /always/ @Nothing@:
-  returning the RHS has not yet been implemented because of
-  lack of interest.
+  the compiler.
+
+  At present, this value is /always/ @Nothing@:
+  returning the RHS has not yet been implemented and is tracked by
+  [GHC #14474](https://gitlab.haskell.org/ghc/ghc/-/issues/14474).
   -}
   | VarI
        Name