Type inference for overloadable operators #2454
Labels
A-ty
type system / type inference / traits / method resolution
S-unactionable
Issue requires feedback, design decisions or is blocked on other work
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.The text was updated successfully, but these errors were encountered: