Skip to main content

reset_noexpand_family_memo

Function reset_noexpand_family_memo 

Source
pub fn reset_noexpand_family_memo()
Expand description

Clear the Token::is_noexpand_family per-symbol memo. Companion to arena::reset() — symbol indices are reused after a reset, so stale entries would alias unrelated strings (same bug class as the REPORT-map fix, 7b64a48ad1).