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 9a0c0a9 commit d641708Copy full SHA for d641708
compiler/rustc_middle/src/query/mod.rs
@@ -2511,7 +2511,6 @@ rustc_queries! {
2511
/// monomorphized.
2512
query check_mono_item(key: ty::Instance<'tcx>) {
2513
desc { "monomorphization-time checking" }
2514
- cache_on_disk_if { true }
2515
}
2516
2517
/// Builds the set of functions that should be skipped for the move-size check.
0 commit comments