mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Add explicit casts
For some reason these can no longer be inferred.
This commit is contained in:
parent
8d1d4e6df3
commit
d7a30966c1
5 changed files with 5 additions and 5 deletions
|
@ -749,7 +749,7 @@ fn unify_two_aliases<M: MetaCollector>(
|
|||
merged_args.capacity()
|
||||
+ merged_lambda_set_args.capacity()
|
||||
+ merged_infer_ext_in_output_vars.capacity(),
|
||||
args.all_variables_len as _,
|
||||
args.all_variables_len as usize,
|
||||
);
|
||||
|
||||
for (l, r) in args_it {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue