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 7143ef6 commit 7ba5e3bCopy full SHA for 7ba5e3b
compiler/rustc_middle/src/query/mod.rs
@@ -1721,6 +1721,7 @@ rustc_queries! {
1721
1722
query enforce_impl_non_lifetime_params_are_constrained(key: LocalDefId) -> Result<(), ErrorGuaranteed> {
1723
desc { |tcx| "checking that `{}`'s generics are constrained by the impl header", tcx.def_path_str(key) }
1724
+ cache_on_disk_if { true }
1725
ensure_forwards_result_if_red
1726
}
1727
0 commit comments