is_builtin_ident

Function is_builtin_ident 

Source
pub(crate) fn is_builtin_ident(name: &str) -> bool
Expand description

true if name is a registered builtin identifier we should leave alone in the auto-init pass. Centralised so the preprocess and case-normalising helpers stay in sync.