Skip to content

Add two warnings to -Wall

Tom Ellis requested to merge tomjaguarpaw1/ghc:warnings into master

As suggested in GHC Proposal #71 this MR adds two warnings to -Wall, specifically

  • -Wincomplete-uni-patterns
  • -Wincomplete-record-updates

See #15656 (closed)

Edited by Ben Gamari

Merge request reports