Add comments for the token table
This commit is contained in:
parent
024df5c8a6
commit
5343eb7e0c
@ -423,6 +423,10 @@ fn mk_fresh_ident_interner() -> IdentInterner {
|
||||
static SELF_KEYWORD_NAME: Name = 1;
|
||||
static STATIC_KEYWORD_NAME: Name = 2;
|
||||
|
||||
// NB: leaving holes in the ident table is bad! a different ident will get
|
||||
// interned with the id from the hole, but it will be between the min and max
|
||||
// of the reserved words, and thus tagged as "reserved".
|
||||
|
||||
declare_special_idents_and_keywords! {
|
||||
pub mod special_idents {
|
||||
// These ones are statics
|
||||
|
Loading…
Reference in New Issue
Block a user