mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
5d9c899c77
rustdoc: Fix handling of doc_auto_cfg feature for cfg attributes on glob reexport This is a follow-up of #120501 and a part of https://github.com/rust-lang/rust/issues/120487. r? `@notriddle`