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 looked into this, it seems less trivial than I imagined, because the functions don't seem to do the same thing or return the same types (or at least, I don't know enough to recognize the similarities).
There's a whole host of duplication in librustc_resolve/lib.rs, but refactoring it would require lots of closure-passing. I'm not really sure it's appropriate to mark as E-easy :(
Activity
emberian commentedon Jul 7, 2013
Still relevant
thestinger commentedon Aug 19, 2013
Triage bump.
huonw commentedon Jan 31, 2014
Still there.
ahmedcharles commentedon May 28, 2014
I looked into this, it seems less trivial than I imagined, because the functions don't seem to do the same thing or return the same types (or at least, I don't know enough to recognize the similarities).
tamird commentedon Apr 26, 2015
There's a whole host of duplication in
librustc_resolve/lib.rs
, but refactoring it would require lots of closure-passing. I'm not really sure it's appropriate to mark as E-easy :(nrc commentedon Nov 24, 2015
Fixed by #29530
Auto merge of rust-lang#8667 - Jarcho:proc_macro_check, r=flip1995
Auto merge of rust-lang#13742 - lowr:fix/assoc-type-shorthand-with-ga…