Skip to content

Commit 89616a0

Browse files
authored
no no_hash
1 parent 5bca8f5 commit 89616a0

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ rustc_queries! {
491491
/// See the README for the `mir` module for details.
492492
query mir_const(key: LocalDefId) -> &'tcx Steal<mir::Body<'tcx>> {
493493
desc { |tcx| "preparing `{}` for borrow checking", tcx.def_path_str(key) }
494-
no_hash
495494
}
496495

497496
/// Try to build an abstract representation of the given constant.

0 commit comments

Comments
 (0)