actually infer the size

This commit is contained in:
Folkert 2020-10-02 22:33:31 +02:00
parent c00cd2f415
commit e9f5c1a73c
8 changed files with 51 additions and 25 deletions

View file

@ -1012,7 +1012,7 @@ fn canonicalize_pending_def<'a>(
function_type,
closure_type,
return_type,
name: *symbol,
name: *defined_symbol,
recursive: is_recursive,
arguments: arguments.clone(),
loc_body: body.clone(),
@ -1145,7 +1145,7 @@ fn canonicalize_pending_def<'a>(
function_type,
closure_type,
return_type,
name: *symbol,
name: *defined_symbol,
recursive: is_recursive,
arguments: arguments.clone(),
loc_body: body.clone(),