We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd58fd8 commit 4ea84fcCopy full SHA for 4ea84fc
src/libsyntax/parse/token.rs
@@ -495,9 +495,6 @@ macro_rules! declare_special_idents_and_keywords {(
495
}
496
497
fn mk_fresh_ident_interner() -> IdentInterner {
498
- // The indices here must correspond to the numbers in
499
- // special_idents, in Keyword to_name(), and in static
500
- // constants below.
501
let mut init_vec = Vec::new();
502
$(init_vec.push($si_str);)*
503
$(init_vec.push($sk_str);)*
0 commit comments