Fix sync build.

This commit is contained in:
Stephen Chung
2022-11-24 16:05:23 +08:00
parent d1913edf3c
commit b4ef89b596
6 changed files with 25 additions and 26 deletions

View File

@@ -51,7 +51,7 @@ pub struct ParseState<'e, 's> {
pub tokenizer_control: TokenizerControl,
/// Controls whether parsing of an expression should stop given the next token.
pub expr_filter: fn(&Token) -> bool,
/// String interners.
/// Strings interner.
interned_strings: &'s mut StringsInterner,
/// External [scope][Scope] with constants.
pub scope: &'e Scope<'e>,