Skip to content

Commit d641708

Browse files
ensure_ok().check_mono_item() doesn't need cache_on_disk
1 parent 9a0c0a9 commit d641708

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,6 @@ rustc_queries! {
25112511
/// monomorphized.
25122512
query check_mono_item(key: ty::Instance<'tcx>) {
25132513
desc { "monomorphization-time checking" }
2514-
cache_on_disk_if { true }
25152514
}
25162515

25172516
/// Builds the set of functions that should be skipped for the move-size check.

0 commit comments

Comments
 (0)