Merge branch 'main' of github.com:roc-lang/roc into rust1_65

This commit is contained in:
Anton-4 2023-01-23 18:27:33 +01:00
commit 1f2b39a521
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
56 changed files with 2397 additions and 137 deletions

View file

@ -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,