Add lifetime.

This commit is contained in:
Stephen Chung
2022-05-26 18:17:46 +08:00
parent 99bcd8497a
commit 493c4a71ff
2 changed files with 9 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ pub struct ParseState<'e> {
/// Input stream buffer containing the next character to read.
pub tokenizer_control: TokenizerControl,
/// Interned strings.
interned_strings: StringsInterner,
interned_strings: StringsInterner<'e>,
/// External [scope][Scope] with constants.
pub scope: &'e Scope<'e>,
/// Global runtime state.