Skip to main content

callee_calls_other_local

Function callee_calls_other_local 

Source
pub(super) fn callee_calls_other_local(tcx: TyCtxt<'_>, callee: DefId) -> bool
Expand description

Return true if the callee body contains any Call terminator (to local functions that may have side effects), meaning the callee is not self-contained.