Function collect_mutable_locals

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