Skip to content

Commit 74b9365

Browse files
committed
wip: try also hashing query output
1 parent f0e0006 commit 74b9365

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
@@ -110,7 +110,7 @@ pub use plumbing::{IntoQueryParam, TyCtxtAt, TyCtxtEnsureDone, TyCtxtEnsureOk};
110110
rustc_queries! {
111111
query derive_macro_expansion(key: (LocalExpnId, Svh, &'tcx TokenStream)) -> Result<&'tcx TokenStream, ()> {
112112
// eval_always
113-
no_hash
113+
// no_hash
114114
desc { "expanding a derive (proc) macro" }
115115
cache_on_disk_if { true }
116116
}

0 commit comments

Comments
 (0)