We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444a7eb commit 3524e6aCopy full SHA for 3524e6a
compiler/rustc_middle/src/query/mod.rs
@@ -1034,7 +1034,6 @@ rustc_queries! {
1034
/// Unsafety-check this `LocalDefId`.
1035
query check_unsafety(key: LocalDefId) {
1036
desc { |tcx| "unsafety-checking `{}`", tcx.def_path_str(key) }
1037
- cache_on_disk_if { true }
1038
}
1039
1040
/// Checks well-formedness of tail calls (`become f()`).
@@ -2511,7 +2510,6 @@ rustc_queries! {
2511
2510
/// monomorphized.
2512
query check_mono_item(key: ty::Instance<'tcx>) {
2513
desc { "monomorphization-time checking" }
2514
2515
2516
2517
/// Builds the set of functions that should be skipped for the move-size check.
0 commit comments