Forbid using attributes where there are not supposed to be used #6880
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
General compiler. Should eventually become more specific as the issue is triaged
team:compiler
Compiler Team
Currently, all attributes can annotate any lexical element on which attributes are allowed, e.g., an item, regardless of annotation making sense or not:
Proposal is to provide a common infrastructure:
The text was updated successfully, but these errors were encountered: