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 f0b3a5e commit 3684d88Copy full SHA for 3684d88
compiler/rustc_middle/src/query/mod.rs
@@ -1498,6 +1498,7 @@ rustc_queries! {
1498
}
1499
query mir_flags(key: DefId) -> MirFlags {
1500
desc { |tcx| "stashing some local properties of `{}` before the body is stolen", tcx.def_path_str(key) }
1501
+ cache_on_disk_if { key.is_local() }
1502
separate_provide_extern
1503
1504
query required_panic_strategy(_: CrateNum) -> Option<PanicStrategy> {
0 commit comments