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 6d091b2 commit 94bea3eCopy full SHA for 94bea3e
compiler/rustc_middle/src/query/mod.rs
@@ -1635,6 +1635,7 @@ rustc_queries! {
1635
/// then you should take a `TypingEnv` to ensure that you handle opaque types correctly.
1636
query param_env(def_id: DefId) -> ty::ParamEnv<'tcx> {
1637
desc { |tcx| "computing normalized predicates of `{}`", tcx.def_path_str(def_id) }
1638
+ cache_on_disk_if { true }
1639
feedable
1640
}
1641
0 commit comments