We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089471b commit 2ce42ebCopy full SHA for 2ce42eb
compiler/rustc_parse/src/parser/item.rs
@@ -1677,7 +1677,6 @@ impl<'a> Parser<'a> {
1677
}
1678
1679
/// Is this a possibly malformed start of a `macro_rules! foo` item definition?
1680
-
1681
fn is_macro_rules_item(&mut self) -> IsMacroRulesItem {
1682
if self.check_keyword(kw::MacroRules) {
1683
let macro_rules_span = self.token.span;
0 commit comments