Remove no_hash from optimized_mir
This commit is contained in:
parent
34ec9a5942
commit
8c59b6d130
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ define_queries! { <'tcx>
|
||||||
|
|
||||||
/// MIR after our optimization passes have run. This is MIR that is ready
|
/// 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.
|
/// 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 {
|
TypeChecking {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue