Support inner attributes (#!
)
#6924
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
P: low
team:compiler
Compiler Team
Inner attributes are currently used only internally to represent
//!
doc comments on modules. We don't have a general support for#![attribute]
.Related to #4112.
The text was updated successfully, but these errors were encountered: