mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
step 4: new scope with passing reporting tests
This commit is contained in:
parent
76a9d25f55
commit
8fe3e24c8b
8 changed files with 71 additions and 137 deletions
|
@ -279,8 +279,7 @@ pub(crate) fn canonicalize_defs<'a>(
|
|||
} => {
|
||||
let referenced_symbols = crate::annotation::find_type_def_symbols(
|
||||
env.home,
|
||||
// TODO IDENT_IDS
|
||||
&mut scope.ident_ids,
|
||||
&mut scope.locals,
|
||||
&ann.value,
|
||||
);
|
||||
|
||||
|
@ -297,8 +296,7 @@ pub(crate) fn canonicalize_defs<'a>(
|
|||
// definition.
|
||||
referenced_symbols.extend(crate::annotation::find_type_def_symbols(
|
||||
env.home,
|
||||
// TODO IDENT_IDS
|
||||
&mut scope.ident_ids,
|
||||
&mut scope.locals,
|
||||
&member.typ.value,
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue