Initial support for erasure in tests

This commit is contained in:
Ayaz Hafiz 2023-06-22 20:57:24 -05:00
parent 15ae7489a8
commit 6014370b91
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 52 additions and 6 deletions

View file

@ -429,6 +429,7 @@ fn check_derived_typechecks_and_golden(
constraints: &constraints,
root_constraint: constr,
types,
function_kind: FunctionKind::LambdaSet,
pending_derives: Default::default(),
exposed_by_module: &exposed_for_module.exposed_by_module,
derived_module: Default::default(),