Update visible_parent_map
This commit is contained in:
parent
3f87975d65
commit
2f74d90ef3
3 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue