Coalesce another signature

This commit is contained in:
Ayaz Hafiz 2022-10-25 11:50:52 -05:00
parent a589fbb9e7
commit 951724f476
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -1585,8 +1585,6 @@ fn constrain_function_def(
let ret_constraint =
attach_resolution_constraints(constraints, env, ret_constraint);
let signature_index = constraints.push_type(signature.clone());
let cons = [
ret_constraint,
// Store type into AST vars. We use Store so errors aren't reported twice