Skip to content

Commit 878829e

Browse files
committed
wip: try also hashing query output
1 parent 64e2bec commit 878829e

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
@@ -109,7 +109,7 @@ pub use plumbing::{IntoQueryParam, TyCtxtAt, TyCtxtEnsure, TyCtxtEnsureWithValue
109109
rustc_queries! {
110110
query derive_macro_expansion(key: (LocalExpnId, Svh, &'tcx TokenStream)) -> Result<&'tcx TokenStream, ()> {
111111
// eval_always
112-
no_hash
112+
// no_hash
113113
desc { "expanding a derive (proc) macro" }
114114
cache_on_disk_if { true }
115115
}

0 commit comments

Comments
 (0)