-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-tytype system / type inference / traits / method resolutiontype system / type inference / traits / method resolutionS-unactionableIssue requires feedback, design decisions or is blocked on other workIssue requires feedback, design decisions or is blocked on other work
Description
Follow-up to #390. We don't support overloads of the binary operators in the type system yet, e.g. handling custom Add
implementations etc.. We have all the necessary systems in place to do this, but I don't know if it makes sense to try doing it before we've got a solution for rust-lang/chalk#234, since that would probably prevent many cases from working anyway.
Metadata
Metadata
Assignees
Labels
A-tytype system / type inference / traits / method resolutiontype system / type inference / traits / method resolutionS-unactionableIssue requires feedback, design decisions or is blocked on other workIssue requires feedback, design decisions or is blocked on other work