Skip to content

Commit

Permalink
Remove no_hash from typeck_tables_of
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Jan 21, 2019
1 parent 0ccc8fa commit ffee835
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 @@ -281,7 +281,7 @@ define_queries! { <'tcx>
TypeChecking {
[] fn typeck_item_bodies: typeck_item_bodies_dep_node(CrateNum) -> CompileResult,

[no_hash] fn typeck_tables_of: TypeckTables(DefId) -> &'tcx ty::TypeckTables<'tcx>,
[] fn typeck_tables_of: TypeckTables(DefId) -> &'tcx ty::TypeckTables<'tcx>,
},

Other {
Expand Down

0 comments on commit ffee835

Please sign in to comment.