Skip to content
  • Ryan Scott's avatar
    Put COMPLETE sigs into ModDetails with -fno-code (#16682) · e32786df
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    `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.
    e32786df