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
FIXME says "Use a small-vector optimization to avoid allocations here." To be honest, I'm not even sure if this is referring to optimizing the compiler itself, or the generated code...
The text was updated successfully, but these errors were encountered:
Fix FP for `boxed_local` lint in default trait fn impl
Fix FP on default trait function implementation on `boxed_local` lint.
Maybe I checked too much when looking if `self` is carrying `Self` in its bound type.
I can't find a good test case for this, so it could be too much conservative.
Let me know if you think only detecting `self` parameter is enough.
Fixes: rust-lang#4804
changelog: none
FIXME says "Use a small-vector optimization to avoid allocations here." To be honest, I'm not even sure if this is referring to optimizing the compiler itself, or the generated code...
The text was updated successfully, but these errors were encountered: