diff options
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, |
