mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-25 04:52:32 +00:00
Rename symbol and module lookup struts
This commit is contained in:
parent
33cbaa5cd8
commit
63e722f61d
5 changed files with 53 additions and 34 deletions
|
@ -507,7 +507,7 @@ fn canonicalize_alias<'a>(
|
|||
#[macro_export]
|
||||
macro_rules! params_in_abilities_unimplemented {
|
||||
($lookup:expr) => {
|
||||
match $lookup.params {
|
||||
match $lookup.module_params {
|
||||
None => $lookup.symbol,
|
||||
Some(_) => unimplemented!("params in abilities"),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue