Remove irrelevant comment
The fundamental problem of duplication was fixed in https://github.com/rust-lang/rust/pull/10891, but the comment was preserved. Closes https://github.com/rust-lang/rust/issues/9762.
This commit is contained in:
parent
bd58fd8438
commit
4ea84fc184
1 changed files with 0 additions and 3 deletions
|
@ -495,9 +495,6 @@ macro_rules! declare_special_idents_and_keywords {(
|
||||||
}
|
}
|
||||||
|
|
||||||
fn mk_fresh_ident_interner() -> IdentInterner {
|
fn mk_fresh_ident_interner() -> IdentInterner {
|
||||||
// The indices here must correspond to the numbers in
|
|
||||||
// special_idents, in Keyword to_name(), and in static
|
|
||||||
// constants below.
|
|
||||||
let mut init_vec = Vec::new();
|
let mut init_vec = Vec::new();
|
||||||
$(init_vec.push($si_str);)*
|
$(init_vec.push($si_str);)*
|
||||||
$(init_vec.push($sk_str);)*
|
$(init_vec.push($sk_str);)*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue