Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Emit warning on
A = Bwhere the user may unwittingly be comparing types which may never be equivalent.this would however desire a way to silence the warning where it is a valid operation such as comparing class instances. In the further future I think comparing classes should be able to infer
A:unique = B:uniqueas a trait and also avoid warning.Beta Was this translation helpful? Give feedback.
All reactions