You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify the compile error for "same" map keys. (#2982)
* Clarify the compile error for "same" map keys.
This shouldn't affect the implemented behavior but it avoids an unclear
specification corner where two record map keys could or could not be
considered the same since record identity is deliberately unspecified.
Fix#2979.
* Link to record proposal's existing definition of structural equivalence.
0 commit comments