Skip to content

Commit

Permalink
Remove no_hash from optimized_mir
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Feb 8, 2019
1 parent 33a9be0 commit 6ec66df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/ty/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6ec66df

Please sign in to comment.