Type inference not working for Deref
#10312
Labels
A-ty
type system / type inference / traits / method resolution
C-bug
Category: bug
S-actionable
Someone could pick this issue up and work on it right now
The issue title is not so accurate. It is a bit complex to produce the failure. Any simplification to those traits will make the issue disappear.
In the example above, the type of
self.s
is resolved successfully, but it cannot resolve the type of the deref target.The text was updated successfully, but these errors were encountered: