fix logical error

This commit is contained in:
Folkert 2022-01-26 17:03:49 +01:00
parent b9c318e9fb
commit 0298013346
2 changed files with 3 additions and 3 deletions

View file

@ -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