Emit not implemented error for inner attributes (#!
)
#6916
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
Inner attributes are currently not supported but there is no error emitted. In fact, they are applied like being outer attributes. E.g., this:
has the same effect as:
The text was updated successfully, but these errors were encountered: