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.
1 parent 8c35f4a commit cdd4058Copy full SHA for cdd4058
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