]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ast/src/node_id.rs
Rollup merge of #102239 - joshtriplett:style-guide, r=calebcartwright
[rust.git] / compiler / rustc_ast / src / node_id.rs
index 7f928cb5761808ff3079bdbfe999ee5ed18ff1a2..7b5acc3f4859624c4d48baf3a99a346b00fae8f8 100644 (file)
@@ -13,7 +13,7 @@ pub struct NodeId {
     }
 }
 
-rustc_data_structures::define_id_collections!(NodeMap, NodeSet, NodeId);
+rustc_data_structures::define_id_collections!(NodeMap, NodeSet, NodeMapEntry, NodeId);
 
 /// The [`NodeId`] used to represent the root of the crate.
 pub const CRATE_NODE_ID: NodeId = NodeId::from_u32(0);