We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fd34c commit 3e5dfddCopy full SHA for 3e5dfdd
src/librustc/hir/mod.rs
@@ -120,7 +120,7 @@ impl serialize::UseSpecializedDecodable for HirId {
120
}
121
122
123
-// hack to ensure that we don't try to access the private parts of `NodeId` in this module
+// hack to ensure that we don't try to access the private parts of `ItemLocalId` in this module
124
mod item_local_id_inner {
125
use rustc_data_structures::indexed_vec::Idx;
126
/// An `ItemLocalId` uniquely identifies something within a given "item-like",
0 commit comments