Fix importing of module params vars

This commit is contained in:
Agus Zubiaga 2024-07-02 22:48:47 -03:00
parent 89fc1104f0
commit d23a8dc618
No known key found for this signature in database
5 changed files with 36 additions and 61 deletions

View file

@ -4518,6 +4518,7 @@ pub struct ExposedTypesStorageSubs {
pub stored_specialization_lambda_set_vars: VecMap<Variable, Variable>,
/// ability member signature in other module -> var in storage subs
pub stored_ability_member_vars: VecMap<Variable, Variable>,
pub stored_params_var: Option<Variable>,
}
#[derive(Clone, Debug)]