mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fix logical error
This commit is contained in:
parent
b9c318e9fb
commit
0298013346
2 changed files with 3 additions and 3 deletions
|
@ -124,7 +124,7 @@ where
|
|||
// This is a type alias
|
||||
|
||||
// the symbol should already be added to the scope when this module is canonicalized
|
||||
debug_assert!(scope.contains_alias(symbol));
|
||||
debug_assert!(scope.contains_alias(symbol), "{:?}", symbol);
|
||||
|
||||
// but now we know this symbol by a different identifier, so we still need to add it to
|
||||
// the scope
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue