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 087f1be commit 0f7d45cCopy full SHA for 0f7d45c
compiler/rustc_query_system/src/dep_graph/graph.rs
@@ -1204,6 +1204,7 @@ impl<D: Deps> CurrentDepGraph<D> {
1204
),
1205
anon_node_to_index: Sharded::new(|| {
1206
FxHashMap::with_capacity_and_hasher(
1207
+ // FIXME: The count estimate is off as anon nodes are only a portion of the nodes.
1208
new_node_count_estimate / sharded::shards(),
1209
Default::default(),
1210
)
0 commit comments