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 80282b1 + 20a14e6 commit 3e7e442Copy full SHA for 3e7e442
1 file changed
compiler/rustc_middle/src/queries.rs
@@ -455,7 +455,6 @@ rustc_queries! {
455
/// the result of this query for use in UI tests or for debugging purposes.
456
query predicates_of(key: DefId) -> ty::GenericPredicates<'tcx> {
457
desc { "computing predicates of `{}`", tcx.def_path_str(key) }
458
- cache_on_disk_if { key.is_local() }
459
}
460
461
query opaque_types_defined_by(
0 commit comments