Merge branch 'assoc-list-dict' into pretty-expect-output

This commit is contained in:
Folkert 2022-07-14 00:39:01 +02:00
commit 06938429a1
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
49 changed files with 1139 additions and 366 deletions

View file

@ -967,5 +967,6 @@ fn fix_values_captured_in_closure_expr(
let (_, loc_arg) = &mut **argument;
fix_values_captured_in_closure_expr(&mut loc_arg.value, no_capture_symbols);
}
OpaqueWrapFunction(_) => {}
}
}