Function collect_read_locals

Source
pub(crate) fn collect_read_locals(
    stmts: &[MirStmt],
    read_locals: &mut HashSet<MirLocalId>,
)