Add module params to module cache

This commit is contained in:
Agus Zubiaga 2024-06-27 16:12:30 -03:00
parent 3a1d3d4ddb
commit 717463079a
No known key found for this signature in database
4 changed files with 27 additions and 4 deletions

View file

@ -778,6 +778,7 @@ pub fn canonicalize_pattern<'a>(
}
}
#[allow(clippy::too_many_arguments)]
pub fn canonicalize_record_destructure<'a>(
env: &mut Env<'a>,
var_store: &mut VarStore,