Note [Disambiguating record updates]

GHC/Rename/Pat.hs:1033 compiler

When the -XDuplicateRecordFields extension is used, to rename and typecheck
a non-overloaded record update, we might need to disambiguate the field labels.

Consider the following definitions:

   {-# LANGUAGE DuplicateRecordFields #

References 0

This Note does not link to any other.

Referenced by 10