diff options
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index cad19543608..e87a0474a55 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -4548,9 +4548,6 @@ impl Parser { || self.look_ahead(2, |t| *t == token::LPAREN) || self.look_ahead(2, |t| *t == token::LBRACE)) { // MACRO INVOCATION ITEM - if attrs.len() > 0 { - self.fatal("attrs on macros are not yet supported"); - } // item macro. let pth = self.parse_path(NoTypesAllowed).path; |
