1
Fork 0

Visit item macros.

This commit is contained in:
Eric Holk 2012-07-10 13:24:22 -07:00
parent 22e955a76a
commit 877ebed6cf
3 changed files with 3 additions and 4 deletions

View file

@ -2626,7 +2626,6 @@ class parser {
{
// item macro.
let pth = self.parse_path_without_tps();
#error("parsing invocation of %s", *pth.idents[0]);
self.expect(token::NOT);
let id = self.parse_ident();
let tts = self.parse_unspanned_seq(token::LBRACE, token::RBRACE,