You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#116579 - GuillaumeGomez:rm-local-from-extern-list, r=<try>
Only add non local items to `RustdocEffectiveVisibilities::extern_public`
While working on rust-lang#115480, I was finally able to track down the origin of the bug, still working on the fix (how to determine if a foreign trait is publically exported from the current crate in short), which led me to this small PR. It should only list foreign items and yet we don't check if they're locals before adding them to the map.
I expect a very minimal perf improvement.
r? `@notriddle`
0 commit comments