Skip to content

Commit 85f8013

Browse files
committed
Cache queries.
1 parent cdc8ada commit 85f8013

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+1
-0
lines changed

compiler/rustc_middle/src/query/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,7 @@ rustc_queries! {
12341234
"computing (transitive) callees of `{}` that may recurse",
12351235
tcx.def_path_str(key),
12361236
}
1237+
cache_on_disk_if { true }
12371238
}
12381239

12391240
/// Obtain all the calls into other local functions

0 commit comments

Comments
 (0)