Skip to content

Commit 534d371

Browse files
committed
note
1 parent e33bb34 commit 534d371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc/dep_graph/graph.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,8 @@ impl CurrentDepGraph {
10891089
OpenTask::Regular(ref task) => {
10901090
let mut task = task.lock();
10911091
self.total_read_count += 1;
1092+
// FIXME: Only use the set of the SmallVec moved to the heap
1093+
// Use an array and switch to the set after?
10921094
if task.read_set.insert(source) {
10931095
task.reads.push(source);
10941096

0 commit comments

Comments
 (0)