Skip to content

Commit 8a35c7a

Browse files
committed
Cache queries.
1 parent 09aab29 commit 8a35c7a

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
@@ -1291,6 +1291,7 @@ rustc_queries! {
12911291
"computing (transitive) callees of `{}` that may recurse",
12921292
tcx.def_path_str(key),
12931293
}
1294+
cache_on_disk_if { true }
12941295
}
12951296

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

0 commit comments

Comments
 (0)