Weaken expects

This commit is contained in:
Ayaz Hafiz 2023-01-11 16:07:25 -06:00
parent fdb4fe66ee
commit 173d070175
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -2401,8 +2401,7 @@ pub fn constrain_decls(
[],
expect_constraint,
constraint,
// TODO(weakening)
Generalizable(true),
Generalizable(false),
)
}
ExpectationFx => {
@ -2430,8 +2429,7 @@ pub fn constrain_decls(
[],
expect_constraint,
constraint,
// TODO(weakening)
Generalizable(true),
Generalizable(false),
)
}
Function(function_def_index) => {