Capture import params def

This commit is contained in:
Agus Zubiaga 2024-08-26 23:31:11 -03:00
parent 0bf833dae9
commit b667753a32
No known key found for this signature in database
6 changed files with 27 additions and 9 deletions

View file

@ -774,7 +774,7 @@ impl ScopeModules {
}
}
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Copy)]
pub struct SymbolLookup {
pub symbol: Symbol,
pub module_params: Option<(Variable, Symbol)>,