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 34ec9a5 commit 8c59b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/ty/query/mod.rs
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 8c59b6d

Please sign in to comment.