Skip to content

Commit eef8e23

Browse files
committed
wip: try also hashing query output
1 parent 6c5ccc0 commit eef8e23

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

0 commit comments

Comments
 (0)