rustc_borrowck/util/
mod.rs

1
2
3
mod collect_writes;

pub(crate) use collect_writes::FindAssignments;