Skip to content

Commit 0ccc8fa

Browse files
committed
Remove no_hash from optimized_mir
1 parent 980741a commit 0ccc8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/query/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ define_queries! { <'tcx>
240240

241241
/// MIR after our optimization passes have run. This is MIR that is ready
242242
/// 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>,
243+
[] fn optimized_mir: MirOptimized(DefId) -> &'tcx mir::Mir<'tcx>,
244244
},
245245

246246
TypeChecking {

0 commit comments

Comments
 (0)