We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980741a commit 0ccc8faCopy full SHA for 0ccc8fa
src/librustc/ty/query/mod.rs
@@ -240,7 +240,7 @@ define_queries! { <'tcx>
240
241
/// MIR after our optimization passes have run. This is MIR that is ready
242
/// for codegen. This is also the only query that can fetch non-local MIR, at present.
243
- [no_hash] fn optimized_mir: MirOptimized(DefId) -> &'tcx mir::Mir<'tcx>,
+ [] fn optimized_mir: MirOptimized(DefId) -> &'tcx mir::Mir<'tcx>,
244
},
245
246
TypeChecking {
0 commit comments