1
Fork 0

Address comments and fix travis warning

This commit is contained in:
Jonathan Turner 2016-06-21 19:57:03 -04:00
parent 6ae3502134
commit 2829fbc638
5 changed files with 3 additions and 7 deletions

View file

@ -6002,8 +6002,8 @@ impl<'a> Parser<'a> {
// single-variant-enum... :
let m = Mac_ { path: pth, tts: tts, ctxt: EMPTY_CTXT };
let m: ast::Mac = codemap::Spanned { node: m,
span: mk_sp(mac_lo,
self.last_span.hi) };
span: mk_sp(mac_lo,
self.last_span.hi) };
if delim != token::Brace {
if !self.eat(&token::Semi) {