Print namespace specifiers in FixitySig's Outputable instance
For whatever reason, the `Outputable` instance for `FixitySig` simply did not print out namespace specifiers, leading to the confusing `-ddump-splices` output seen in #24911. This patch corrects this oversight. Fixes #24911.
Showing
- compiler/GHC/Hs/Binds.hs 6 additions, 1 deletioncompiler/GHC/Hs/Binds.hs
- testsuite/tests/rename/should_fail/T14032c.stderr 3 additions, 3 deletionstestsuite/tests/rename/should_fail/T14032c.stderr
- testsuite/tests/th/T24911.hs 12 additions, 0 deletionstestsuite/tests/th/T24911.hs
- testsuite/tests/th/T24911.stderr 17 additions, 0 deletionstestsuite/tests/th/T24911.stderr
- testsuite/tests/th/all.T 1 addition, 0 deletionstestsuite/tests/th/all.T
Loading
Please register or sign in to comment