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 40735b9 commit eaf5e21Copy full SHA for eaf5e21
compiler/rustc_query_system/src/dep_graph/graph.rs
@@ -1166,6 +1166,7 @@ impl<D: Deps> CurrentDepGraph<D> {
1166
),
1167
anon_node_to_index: Sharded::new(|| {
1168
FxHashMap::with_capacity_and_hasher(
1169
+ // FIXME: The count estimate is off as anon nodes are only a portion of the nodes.
1170
new_node_count_estimate / sharded::shards(),
1171
Default::default(),
1172
)
0 commit comments