We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccc8fa commit ffee835Copy full SHA for ffee835
src/librustc/ty/query/mod.rs
@@ -281,7 +281,7 @@ define_queries! { <'tcx>
281
TypeChecking {
282
[] fn typeck_item_bodies: typeck_item_bodies_dep_node(CrateNum) -> CompileResult,
283
284
- [no_hash] fn typeck_tables_of: TypeckTables(DefId) -> &'tcx ty::TypeckTables<'tcx>,
+ [] fn typeck_tables_of: TypeckTables(DefId) -> &'tcx ty::TypeckTables<'tcx>,
285
},
286
287
Other {
0 commit comments