uncomment more of rbtree

This commit is contained in:
Folkert 2020-11-12 00:34:35 +01:00
parent 55b26277ca
commit eaf94f2cfc
2 changed files with 35 additions and 24 deletions

View file

@ -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);