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
msullivan opened this issue
Aug 24, 2012
· 1 comment
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
There is a bit of unsafe code in resolve3, where an unsafe pointer is taken to self and captured in closures.
This should be trivial to fix with explicit self types.
The text was updated successfully, but these errors were encountered: