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 can't find a function or method called generic_predicates. What is the code location?
eddyb
changed the title
Each call of tcx.generic_predicates clones the GenericPredicate struct, which includes a Vec.
Each call of tcx.{declared_,explicit_,}predicates_of clones the GenericPredicate struct, which includes a Vec.
Sep 18, 2018
Did we forget to intern/
Rc
it? cc @nikomatsakis @arielb1 @nnethercoteThe text was updated successfully, but these errors were encountered: