diff options
| author | Eric Holk <eric.holk@gmail.com> | 2012-07-10 13:24:22 -0700 |
|---|---|---|
| committer | Eric Holk <eric.holk@gmail.com> | 2012-07-10 22:00:48 -0700 |
| commit | 877ebed6cf0a20a7ba88a74b32058679ef9abbf5 (patch) | |
| tree | a3c3fe211d2abcad0e096ce706da07cfa194ae35 /src/libsyntax/parse | |
| parent | 22e955a76add6b5a3afce936b852f476b5d6ca64 (diff) | |
| download | rust-877ebed6cf0a20a7ba88a74b32058679ef9abbf5.tar.gz rust-877ebed6cf0a20a7ba88a74b32058679ef9abbf5.zip | |
Visit item macros.
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index b61aa2d5d90..89854f19600 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -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, |
