We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bca8f5 commit 89616a0Copy full SHA for 89616a0
compiler/rustc_middle/src/query/mod.rs
@@ -491,7 +491,6 @@ rustc_queries! {
491
/// See the README for the `mir` module for details.
492
query mir_const(key: LocalDefId) -> &'tcx Steal<mir::Body<'tcx>> {
493
desc { |tcx| "preparing `{}` for borrow checking", tcx.def_path_str(key) }
494
- no_hash
495
}
496
497
/// Try to build an abstract representation of the given constant.
0 commit comments