Skip to content

Put COMPLETE sigs into ModDetails with -fno-code (#16682)

Ryan Scott requested to merge RyanGlScott/ghc:wip/T16682 into master

mkBootModDetailsTc, which creates a special ModDetails when -fno-code is enabled, was not properly filling in the COMPLETE signatures from the TcGblEnv, resulting in incorrect pattern-match coverage warnings. Easily fixed.

Fixes #16682 (closed).

Merge request reports