Remove no_hash from typeck_tables_of
This commit is contained in:
parent
8c59b6d130
commit
0847045350
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue