Visit item macros.
This commit is contained in:
parent
22e955a76a
commit
877ebed6cf
3 changed files with 3 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue