Add fixme
This commit is contained in:
@@ -1204,6 +1204,7 @@ impl<D: Deps> CurrentDepGraph<D> {
|
|||||||
),
|
),
|
||||||
anon_node_to_index: Sharded::new(|| {
|
anon_node_to_index: Sharded::new(|| {
|
||||||
FxHashMap::with_capacity_and_hasher(
|
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(),
|
new_node_count_estimate / sharded::shards(),
|
||||||
Default::default(),
|
Default::default(),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user