Skip to content

Commit eaf5e21

Browse files
committed
Add fixme
1 parent 40735b9 commit eaf5e21

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_query_system/src/dep_graph

1 file changed

+1
-0
lines changed

compiler/rustc_query_system/src/dep_graph/graph.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,7 @@ impl<D: Deps> CurrentDepGraph<D> {
11661166
),
11671167
anon_node_to_index: Sharded::new(|| {
11681168
FxHashMap::with_capacity_and_hasher(
1169+
// FIXME: The count estimate is off as anon nodes are only a portion of the nodes.
11691170
new_node_count_estimate / sharded::shards(),
11701171
Default::default(),
11711172
)

0 commit comments

Comments
 (0)