mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Capture import params def
This commit is contained in:
parent
0bf833dae9
commit
b667753a32
6 changed files with 27 additions and 9 deletions
|
@ -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)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue