This commit is contained in:
Ayaz Hafiz 2022-06-01 17:01:11 -05:00
parent bde107da49
commit b0c602eb8d
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 7 additions and 7 deletions

View file

@ -2524,7 +2524,7 @@ fn create_union_lambda<'a>(
let lambda_name_slice = SubsSlice::extend_new(&mut subs.closure_names, [closure]);
return UnionLambdas::from_slices(lambda_name_slice, new_variable_slices);
UnionLambdas::from_slices(lambda_name_slice, new_variable_slices)
}
fn check_for_infinite_type(