Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 438ce9f

Browse files
committedMar 21, 2025·
Update mod.rs
1 parent c7ee1db commit 438ce9f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_middle/src/query/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ rustc_queries! {
156156

157157
/// A query decoupling the `hir_crate` query from everything else
158158
query hir_owner(key: LocalDefId) -> rustc_hir::MaybeOwner<'tcx> {
159-
eval_always
159+
no_hash
160160
desc { |tcx| "getting HIR of `{}`", tcx.def_path_str(key) }
161161
}
162162

0 commit comments

Comments
 (0)
Please sign in to comment.