parser: Ensure that all nonterminals have tokens after parsing
This commit is contained in:
@@ -63,6 +63,7 @@ enum BlockMode {
|
||||
|
||||
/// Whether or not we should force collection of tokens for an AST node,
|
||||
/// regardless of whether or not it has attributes
|
||||
#[derive(Clone, Copy, PartialEq)]
|
||||
pub enum ForceCollect {
|
||||
Yes,
|
||||
No,
|
||||
|
||||
Reference in New Issue
Block a user