We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11e90f commit 517af7eCopy full SHA for 517af7e
src/libsyntax/ast.rs
@@ -371,7 +371,7 @@ type capture_clause = @~[capture_item];
371
// If the syntax extension is an MBE macro, it will attempt to match its
372
// LHS "matchers" against the provided token tree, and if it finds a
373
// match, will transcribe the RHS token tree, splicing in any captured
374
-// early_parser::matched_nonterminals into the tt_nonterminals it finds.
+// earley_parser::matched_nonterminals into the tt_nonterminals it finds.
375
//
376
// The RHS of an MBE macro is the only place a tt_nonterminal or tt_seq
377
// makes any real sense. You could write them elsewhere but nothing
0 commit comments