Merge branch 'trunk' into hash-links

This commit is contained in:
Chadtech 2021-05-24 09:14:52 -04:00 committed by GitHub
commit ac7386fd27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 1176 additions and 726 deletions

View file

@ -511,7 +511,7 @@ fn fix_values_captured_in_closure_expr(
fix_values_captured_in_closure_expr(&mut loc_expr.value, no_capture_symbols);
}
Tag { arguments, .. } => {
Tag { arguments, .. } | ZeroArgumentTag { arguments, .. } => {
for (_, loc_arg) in arguments.iter_mut() {
fix_values_captured_in_closure_expr(&mut loc_arg.value, no_capture_symbols);
}