We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b7d5ac + cdd4058 commit ece3128Copy full SHA for ece3128
compiler/rustc_middle/src/query/mod.rs
@@ -377,6 +377,7 @@ rustc_queries! {
377
|tcx| "computing the opaque types defined by `{}`",
378
tcx.def_path_str(key.to_def_id())
379
}
380
+ cache_on_disk_if { true }
381
382
383
/// Returns the explicitly user-written *bounds* on the associated or opaque type given by `DefId`
0 commit comments