Function rustc_lexer::is_id_continue
source · [−]Expand description
True if c
is valid as a non-first character of an identifier.
See Rust language reference for
a formal definition of valid identifier name.
True if c
is valid as a non-first character of an identifier.
See Rust language reference for
a formal definition of valid identifier name.