mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Update compiler/can/src/scope.rs
This commit is contained in:
parent
42d74199e5
commit
3b64fe59b5
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ impl Scope {
|
||||||
{
|
{
|
||||||
// store enough information to roll back to the original outer scope
|
// store enough information to roll back to the original outer scope
|
||||||
//
|
//
|
||||||
// - abilities_store: abilitie definitions not allowed in inner scopes
|
// - abilities_store: ability definitions not allowed in inner scopes
|
||||||
// - ident_ids: identifiers in inner scopes should still be available in the ident_ids
|
// - ident_ids: identifiers in inner scopes should still be available in the ident_ids
|
||||||
// - idents: we have to clone for now
|
// - idents: we have to clone for now
|
||||||
// - aliases: stored in a VecMap, we just discard anything added in an inner scope
|
// - aliases: stored in a VecMap, we just discard anything added in an inner scope
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue