rust/src/libsyntax/parse
bors c4501a0f1d Auto merge of #52319 - tinco:issue_12590, r=pnkfelix
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.
2018-09-27 09:51:12 +00:00
..
lexer Don't compute padding of braces unless they are unmatched 2018-09-09 14:55:46 -07:00
attr.rs mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
classify.rs Rename Catch variants to TryBlock 2018-08-19 16:30:53 -07:00
mod.rs Track distinct spans for open and close delimiter 2018-09-08 19:01:48 -07:00
parser.rs Auto merge of #52319 - tinco:issue_12590, r=pnkfelix 2018-09-27 09:51:12 +00:00
token.rs Treat dyn as a keyword in the 2018 edition 2018-09-16 23:34:42 +01:00