Record all imports (`use`, `extern crate`) in the crate metadata This PR adds non-`pub` `use` and `extern crate` imports in the crate metadata since hygienic macros invoked in other crates may use them. We already include all other non-`pub` items in the crate metadata. This improves import suggestions in some cases. Fixes #42337. r? @nrc |
||
|---|---|---|
| .. | ||
| caching_codemap_view.rs | ||
| fingerprint.rs | ||
| hcx.rs | ||
| impls_const_math.rs | ||
| impls_cstore.rs | ||
| impls_hir.rs | ||
| impls_mir.rs | ||
| impls_misc.rs | ||
| impls_syntax.rs | ||
| impls_ty.rs | ||
| mod.rs | ||