Update visible_parent_map

This commit is contained in:
John Kåre Alsaker 2018-12-01 17:02:51 +01:00
parent 3f87975d65
commit 2f74d90ef3
3 changed files with 3 additions and 2 deletions

View file

@ -806,7 +806,7 @@ rustc_queries! {
desc { "calculating the missing lang items in a crate" }
}
query visible_parent_map(_: CrateNum)
-> Lrc<DefIdMap<DefId>> {
-> &'tcx DefIdMap<DefId> {
desc { "calculating the visible parent map" }
}
query missing_extern_crate_item(_: CrateNum) -> bool {