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
<anon>:21:9: 21:26 error: the trait `Foo` is not implemented for the type `Box<Bar>`
<anon>:21 self.obj.do_bar();
I think that this kind of code used to work in the past, so it could be a regression.
Even if this code is not supposed to work, the error message makes no sense.