We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59fd09 commit cdeca91Copy full SHA for cdeca91
compiler/rustc_middle/src/query/mod.rs
@@ -645,6 +645,7 @@ rustc_queries! {
645
query build_codegen_mir(key: ty::Instance<'tcx>) -> &'tcx mir::Body<'tcx> {
646
desc { |tcx| "finalizing codegen MIR for `{}`", tcx.def_path_str_with_args(key.def_id(), key.args) }
647
arena_cache
648
+ no_hash
649
}
650
651
/// Checks for the nearest `#[coverage(off)]` or `#[coverage(on)]` on
0 commit comments