mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Merge branch 'main' of github.com:roc-lang/roc into rust1_65
This commit is contained in:
commit
1f2b39a521
56 changed files with 2397 additions and 137 deletions
|
@ -425,7 +425,7 @@ impl<'a> Proc<'a> {
|
|||
update_mode_ids: &'i mut UpdateModeIds,
|
||||
procs: &mut MutMap<(Symbol, ProcLayout<'a>), Proc<'a>>,
|
||||
) {
|
||||
for (_, proc) in procs.iter_mut() {
|
||||
for proc in procs.values_mut() {
|
||||
let new_proc = crate::reset_reuse::insert_reset_reuse(
|
||||
arena,
|
||||
layout_interner,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue