Expand description
Dealing with trait goals, i.e. T: Trait<'a, U>
.
Enums§
- Trait
Goal 🔒Proven Via - How we’ve proven this trait goal.
Functions§
- trait_
predicate_ 🔒with_ def_ id - Small helper function to change the
def_id
of a trait predicate - this is not normally something that you want to do, as different traits will require different args and so making it easy to change the trait is something of a footgun, but it is useful in the narrow circumstance of changing fromMetaSized
toSized
, which happens as part of the lazy elaboration of sizedness candidates.