Correctly generate type constraints for required symbols in platform

This commit is contained in:
Ayaz Hafiz 2022-05-05 16:43:37 -04:00 committed by Richard Feldman
parent e8fbda44fc
commit c7142da116
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
7 changed files with 35 additions and 17 deletions

View file

@ -1300,7 +1300,7 @@ pub fn constrain_decls(
constraint
}
fn constrain_def_pattern(
pub fn constrain_def_pattern(
constraints: &mut Constraints,
env: &Env,
loc_pattern: &Loc<Pattern>,
@ -1706,7 +1706,7 @@ fn constrain_def(
}
}
fn constrain_def_make_constraint(
pub fn constrain_def_make_constraint(
constraints: &mut Constraints,
new_rigid_variables: Vec<Variable>,
new_infer_variables: Vec<Variable>,