Searched refs:make_drop_impl (Results 1 – 3 of 3) sorted by relevance
583 $crate::__pin_project_internal! { @make_drop_impl;774 $crate::__pin_project_internal! { @make_drop_impl;1288 (@make_drop_impl;
580 $crate::__pin_project_internal! { @make_drop_impl;771 $crate::__pin_project_internal! { @make_drop_impl;1284 // make_drop_impl1285 (@make_drop_impl;
71 let drop_impl = make_drop_impl(cx); in into_tokens()830 fn make_drop_impl(cx: &Context<'_>) -> TokenStream { in make_drop_impl() function