rustc_borrowck::util::collect_writes

Trait FindAssignments

Source
pub(crate) trait FindAssignments {
    // Required method
    fn find_assignments(&self, local: Local) -> Vec<Location>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<'tcx> FindAssignments for Body<'tcx>

Implementors§