recursively_reachable

Function 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.