Function rustc_passes::reachable::recursively_reachable

source ·
fn recursively_reachable(tcx: TyCtxt<'_>, def_id: DefId) -> bool
Expand description

Determines whether this item is recursive for reachability. See is_recursively_reachable_local below for details.