Skip to content

Commit 339fc61

Browse files
committed
fix rebase error
1 parent fd2bb83 commit 339fc61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/rustc_middle/src/queries.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ rustc_queries! {
12211221
/// Caches `CoerceShared` kinds for impls on custom types.
12221222
query coerce_shared_info(key: DefId) -> Result<(), ErrorGuaranteed> {
12231223
desc { "computing CoerceShared info for `{}`", tcx.def_path_str(key) }
1224-
cache_on_disk_if { key.is_local() }
1224+
cache_on_disk
12251225
separate_provide_extern
12261226
}
12271227

0 commit comments

Comments
 (0)