mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
uncomment more of rbtree
This commit is contained in:
parent
55b26277ca
commit
eaf94f2cfc
2 changed files with 35 additions and 24 deletions
|
@ -362,7 +362,7 @@ pub fn constrain_expr(
|
|||
vars.push(closure_ext_var);
|
||||
vars.push(*fn_var);
|
||||
|
||||
let body_type = NoExpectation(return_type.clone());
|
||||
let body_type = NoExpectation(return_type);
|
||||
let ret_constraint =
|
||||
constrain_expr(env, loc_body_expr.region, &loc_body_expr.value, body_type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue