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 eb900dd commit 714c06dCopy full SHA for 714c06d
compiler/rustc_middle/src/query/mod.rs
@@ -327,6 +327,7 @@ rustc_queries! {
327
328
query is_trivial_mir(key: DefId) -> bool {
329
desc { |tcx| "checking if MIR for `{}` is trivial", tcx.def_path_str(key) }
330
+ cache_on_disk_if { key.is_local() }
331
}
332
333
/// MIR after our optimization passes have run. This is MIR that is ready
0 commit comments