Functions§
- check_
drop_ 🔒impl - This function confirms that the
Drop
implementation identified bydrop_impl_did
is not any more specialized than the type it is attached to (Issue #8142). - ensure_
drop_ 🔒params_ and_ item_ params_ correspond - ensure_
drop_ 🔒predicates_ are_ implied_ by_ item_ defn - Confirms that all predicates defined on the
Drop
impl (drop_impl_def_id
) are able to be proven from withinadt_def_id
’s environment. I.e. all the predicates on the impl are implied by the ADT being well formed.