Skip to content

Commit d781c4b

Browse files
committed
wip: try also hashing query output
1 parent 7a1b2f5 commit d781c4b

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

0 commit comments

Comments
 (0)