mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 03:46:07 +00:00
rustdoc: Fix glob import inlining Filter away names that are not actually imported by the glob, e.g. because they are shadowed by something else. Fixes the issue found in https://github.com/rust-lang/rust/pull/94857#issuecomment-1382912356.