-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an AST
Description
Spawned from #28642
Name
is an index into the string interner's internal array. The first element of this array can be reserved and Name
will always contain non-zero index. It will make Option<Name>
and Option<Ident>
commonly encountered in AST/HIR more compact.
Requires const unsafe
functions.
Metadata
Metadata
Assignees
Labels
A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an AST