Function rustc_mir_build::lints::check_drop_recursion
source ยท pub fn check_drop_recursion<'tcx>(tcx: TyCtxt<'tcx>, body: &Body<'tcx>)
Expand description
Requires drop elaboration to have been performed first.
pub fn check_drop_recursion<'tcx>(tcx: TyCtxt<'tcx>, body: &Body<'tcx>)
Requires drop elaboration to have been performed first.