Skip to content

Make Outputable instance for InlineSig print the InlineSpec

Winston Hartnett requested to merge WinstonHartnett/ghc:fix-21739 into master

Makes the Outputable instance for InstanceSig actually print the InlineSpec (i.e. "INLINE," "NOINLINE," "INLINABLE") instead of always printing "INLINE." Fixes #21739 (closed).

Edited by Winston Hartnett

Merge request reports