Skip to content

Commit 0847045

Browse files
committed
Remove no_hash from typeck_tables_of
1 parent 8c59b6d commit 0847045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/query/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ define_queries! { <'tcx>
283283
TypeChecking {
284284
[] fn typeck_item_bodies: typeck_item_bodies_dep_node(CrateNum) -> CompileResult,
285285

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

289289
Other {

0 commit comments

Comments
 (0)