Remove no_hash from typeck_tables_of

This commit is contained in:
John Kåre Alsaker 2019-01-21 03:39:25 +01:00
parent 8c59b6d130
commit 0847045350

View file

@ -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 {