We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f97f6f commit 0a06e86Copy full SHA for 0a06e86
compiler/rustc_middle/src/query/mod.rs
@@ -156,7 +156,7 @@ rustc_queries! {
156
157
/// A query decoupling the `hir_crate` query from everything else
158
query hir_owner(key: LocalDefId) -> rustc_hir::MaybeOwner<'tcx> {
159
- eval_always
+ no_hash
160
desc { |tcx| "getting HIR of `{}`", tcx.def_path_str(key) }
161
}
162
0 commit comments