Split crate_hash from index_hir.
This commit is contained in:
parent
553004539e
commit
323f5b2ac9
7 changed files with 99 additions and 119 deletions
|
@ -28,7 +28,7 @@ rustc_queries! {
|
|||
|
||||
/// The indexed HIR. This can be conveniently accessed by `tcx.hir()`.
|
||||
/// Avoid calling this query directly.
|
||||
query index_hir(_: CrateNum) -> &'tcx map::IndexedHir<'tcx> {
|
||||
query index_hir(_: CrateNum) -> &'tcx crate::hir::IndexedHir<'tcx> {
|
||||
eval_always
|
||||
no_hash
|
||||
desc { "index HIR" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue