Skip to content

Commit ffee835

Browse files
committed
Remove no_hash from typeck_tables_of
1 parent 0ccc8fa commit ffee835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/query/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ define_queries! { <'tcx>
281281
TypeChecking {
282282
[] fn typeck_item_bodies: typeck_item_bodies_dep_node(CrateNum) -> CompileResult,
283283

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

287287
Other {

0 commit comments

Comments
 (0)