Skip to content

Print namespace specifiers in FixitySig's Outputable instance

Ryan Scott requested to merge wip/T24911 into master

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 (closed). This patch corrects this oversight.

Fixes #24911 (closed).

Merge request reports