Properly handle declarations at local scope #4284
Labels
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
compiler: parser
Everything to do with the parser
compiler: ui
Mostly compiler messages
P: critical
Should be looked at before anything else
For example, the following code results in an ICE:
ICE:
Most declarations exhibit the same behavior, such as enums,
storage
decl, type aliases, etc.At the very least, we should error out properly instead of throwing an ICE.
The text was updated successfully, but these errors were encountered: