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

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

Uses BTreeSet so output is deterministic.