rust/src/libsyntax/parse
bors a534216fa6 Auto merge of #54850 - mcr431:fix-54707-trait-function-from-macro, r=nikomatsakis
Fix #54707 - parse_trait_item_ now handles interpolated blocks as function body decls

Fix #54707 - parse_trait_item_ now handles interpolated blocks as function body decls

Previously parsing trait items only handled opening brace token and semicolon, I added a branch to the match statement that will also handle interpolated blocks.
2018-10-11 09:19:23 +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 #54850 - mcr431:fix-54707-trait-function-from-macro, r=nikomatsakis 2018-10-11 09:19:23 +00:00
token.rs Treat dyn as a keyword in the 2018 edition 2018-09-16 23:34:42 +01:00