Skip to content

Commit fd7dfb6

Browse files
committed
Add no_hash
1 parent a615098 commit fd7dfb6

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+1
-0
lines changed

compiler/rustc_middle/src/query/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ rustc_queries! {
645645
query build_codegen_mir(key: ty::Instance<'tcx>) -> &'tcx mir::Body<'tcx> {
646646
desc { |tcx| "finalizing codegen MIR for `{}`", tcx.def_path_str_with_args(key.def_id(), key.args) }
647647
arena_cache
648+
no_hash
648649
}
649650

650651
/// Checks for the nearest `#[coverage(off)]` or `#[coverage(on)]` on

0 commit comments

Comments
 (0)