Remove no_hash from optimized_mir

This commit is contained in:
John Kåre Alsaker 2019-01-20 16:43:57 +01:00
parent 34ec9a5942
commit 8c59b6d130

View File

@ -240,7 +240,7 @@ define_queries! { <'tcx>
/// MIR after our optimization passes have run. This is MIR that is ready
/// for codegen. This is also the only query that can fetch non-local MIR, at present.
[no_hash] fn optimized_mir: MirOptimized(DefId) -> &'tcx mir::Mir<'tcx>,
[] fn optimized_mir: MirOptimized(DefId) -> &'tcx mir::Mir<'tcx>,
},
TypeChecking {