File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ define_queries! { <'tcx>
228
228
229
229
/// Fetch the MIR for a given def-id right after it's built - this includes
230
230
/// unreachable code.
231
- [ no_hash ] fn mir_built: MirBuilt ( DefId ) -> & ' tcx Steal <mir:: Mir <' tcx>>,
231
+ [ ] fn mir_built: MirBuilt ( DefId ) -> & ' tcx Steal <mir:: Mir <' tcx>>,
232
232
233
233
/// Fetch the MIR for a given def-id up till the point where it is
234
234
/// ready for const evaluation.
@@ -240,7 +240,7 @@ define_queries! { <'tcx>
240
240
241
241
/// MIR after our optimization passes have run. This is MIR that is ready
242
242
/// for codegen. This is also the only query that can fetch non-local MIR, at present.
243
- [ ] fn optimized_mir: MirOptimized ( DefId ) -> & ' tcx mir:: Mir <' tcx>,
243
+ [ no_hash ] fn optimized_mir: MirOptimized ( DefId ) -> & ' tcx mir:: Mir <' tcx>,
244
244
} ,
245
245
246
246
TypeChecking {
You can’t perform that action at this time.
0 commit comments