Skip to content

Commit e08113b

Browse files
committed
wip: try also hashing query output
1 parent be15785 commit e08113b

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
@@ -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)