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 Feb 8, 2019
1 parent 8c59b6d commit 0847045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/ty/query/mod.rs
Expand Up @@ -283,7 +283,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 0847045

Please sign in to comment.