mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-01 21:05:29 +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.