Do not fetch HIR in native_libs.
This commit is contained in:
parent
51e1f7a561
commit
fdc93f307f
5 changed files with 43 additions and 56 deletions
|
@ -1579,7 +1579,7 @@ rustc_queries! {
|
|||
}
|
||||
|
||||
/// Returns a list of all `extern` blocks of a crate.
|
||||
query foreign_modules(_: CrateNum) -> &'tcx FxHashMap<DefId, ForeignModule> {
|
||||
query foreign_modules(_: CrateNum) -> &'tcx FxIndexMap<DefId, ForeignModule> {
|
||||
arena_cache
|
||||
desc { "looking up the foreign modules of a linked crate" }
|
||||
separate_provide_extern
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue