c4501a0f1d
Track whether module declarations are inline (fixes #12590) To track whether module declarations are inline I added a field `inline: bool` to `ast::Mod`. The main use case is for pretty to know whether it should render the items associated with the module, but perhaps there are use cases for this information to not be forgotten in the AST. |
||
---|---|---|
.. | ||
lexer | ||
attr.rs | ||
classify.rs | ||
mod.rs | ||
parser.rs | ||
token.rs |