Add fixme

This commit is contained in:
John Kåre Alsaker 2025-03-18 00:07:19 +01:00
parent e70cafec4e
commit cdbf19a6fb

View file

@ -1204,6 +1204,7 @@ impl<D: Deps> CurrentDepGraph<D> {
),
anon_node_to_index: Sharded::new(|| {
FxHashMap::with_capacity_and_hasher(
// FIXME: The count estimate is off as anon nodes are only a portion of the nodes.
new_node_count_estimate / sharded::shards(),
Default::default(),
)