Function rustc_borrowck::diagnostics::find_all_local_uses::find

source ·
pub(super) fn find(body: &Body<'_>, local: Local) -> BTreeSet<Location>
Expand description

Find all uses of (including assignments to) a Local.

Uses BTreeSet so output is deterministic.