pub(super) fn find(body: &Body<'_>, local: Local) -> BTreeSet<Location>
Find all uses of (including assignments to) a [Local].
Local
Uses BTreeSet so output is deterministic.
BTreeSet