Skip to content

Commit 339ddb1

Browse files
committed
wip: try also hashing query output
1 parent 742189a commit 339ddb1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub use plumbing::{IntoQueryParam, TyCtxtAt, TyCtxtEnsure, TyCtxtEnsureWithValue
106106
rustc_queries! {
107107
query derive_macro_expansion(key: (LocalExpnId, Svh, &'tcx TokenStream)) -> Result<&'tcx TokenStream, ()> {
108108
// eval_always
109-
no_hash
109+
// no_hash
110110
desc { "expanding a derive (proc) macro" }
111111
cache_on_disk_if { true }
112112
}

0 commit comments

Comments
 (0)