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 8c59b6d commit 0847045Copy full SHA for 0847045
src/librustc/ty/query/mod.rs
@@ -283,7 +283,7 @@ define_queries! { <'tcx>
283
TypeChecking {
284
[] fn typeck_item_bodies: typeck_item_bodies_dep_node(CrateNum) -> CompileResult,
285
286
- [no_hash] fn typeck_tables_of: TypeckTables(DefId) -> &'tcx ty::TypeckTables<'tcx>,
+ [] fn typeck_tables_of: TypeckTables(DefId) -> &'tcx ty::TypeckTables<'tcx>,
287
},
288
289
Other {
0 commit comments