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
This is related to #20041 and #20002. We currently only support the cleaning of the BoundPredicate variant, we should support RegionPredicate, and once implemented EqualityPredicate as well.
changed the title [-]Add support for the different variants of `ast::WherePredicate` in clean/mod.rs[/-][+]Add support for all variants of `ast::WherePredicate` in clean/mod.rs[/+]on Dec 19, 2014
I'll get on this once #20002 lands, or if you prefer and think the types are relatively stable I can send you a patch to add to #20002 (it should be relatively small).
I made some progress on #20049 earlier today, might want to wait until that lands since it changes the types slightly. I think #20002 should be good to go as soon as Niko gives the final okay.
Activity
[-]Add support for the different variants of `ast::WherePredicate` in clean/mod.rs[/-][+]Add support for all variants of `ast::WherePredicate` in clean/mod.rs[/+]tomjakubowski commentedon Dec 20, 2014
I'll get on this once #20002 lands, or if you prefer and think the types are relatively stable I can send you a patch to add to #20002 (it should be relatively small).
jroesch commentedon Dec 20, 2014
I made some progress on #20049 earlier today, might want to wait until that lands since it changes the types slightly. I think #20002 should be good to go as soon as Niko gives the final okay.
Support all variants of WherePredicate
auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcric…