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
I think I hit this old issue with the following playground example [1]. I know that self: Box<Self> as function parameter is a bit odd, but the trait implementation can't change much about the trait definition.
Some traits such as FnBox define methods that take
Box<Self>
. Implementing such a method will incorrectly trigger theboxed_local
lint.The text was updated successfully, but these errors were encountered: