Revert "Promote missing_fragment_specifier to hard error"
This reverts commit 02eae432e7.
This commit is contained in:
@@ -84,7 +84,7 @@ enum TokenTree {
|
||||
/// e.g., `$var`
|
||||
MetaVar(Span, Ident),
|
||||
/// e.g., `$var:expr`. This is only used in the left hand side of MBE macros.
|
||||
MetaVarDecl(Span, Ident /* name to bind */, NonterminalKind),
|
||||
MetaVarDecl(Span, Ident /* name to bind */, Option<NonterminalKind>),
|
||||
}
|
||||
|
||||
impl TokenTree {
|
||||
|
||||
Reference in New Issue
Block a user