1
Fork 0

Auto merge of #107765 - petrochenkov:nomoclone, r=oli-obk

rustc/rustdoc: Perform name resolver cleanups enabled by #94857

Unblocks https://github.com/rust-lang/rust/pull/105462.
r? `@oli-obk`
This commit is contained in:
bors 2023-02-14 05:59:44 +00:00
commit e9ab7872fd
23 changed files with 102 additions and 325 deletions

View file

@ -1836,6 +1836,11 @@ rustc_queries! {
separate_provide_extern
}
query trait_impls_in_crate(_: CrateNum) -> &'tcx [DefId] {
desc { "fetching all trait impls in a crate" }
separate_provide_extern
}
/// The list of symbols exported from the given crate.
///
/// - All names contained in `exported_symbols(cnum)` are guaranteed to