fn make_drop_impl(cx: &Context<'_>) -> TokenStreamExpand description
Creates Drop implementation for the original type.
The kind of Drop impl generated depends on pinned_drop field:
Some- implementsDropviaPinnedDropimpl.None- generates code that ensures thatDroptrait is not implemented, instead of generatingDropimpl.