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
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
…-kind, r=nikomatsakis
Account for capture kind in auto traits migration
Modifies the current auto traits migration for RFC2229 so it takes into account capture kind
Closesrust-lang/project-rfc-2229#51
r? `@nikomatsakis`
Currently the code that does checks for trait bounds that won't be met in 2021 doesn't include the capture kind in the type of the captured path.
For computing the capture kind as per 2018:
The text was updated successfully, but these errors were encountered: