[new module system] Panic when instanitating a top-level module with undefined modules #1470
Labels
bug
Something not working correctly
parameterized modules
Related to Cryptol's parameterized modules
This example produces a panic when it should just say that
X
andY
are not in scope.Nothing is in scope when instantiating top-level modules, so we can probably just complain straight away if we see a non-top-level name
The text was updated successfully, but these errors were encountered: