mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
0a05ddf92b
rustdoc: preserve parent doc cfg for `macro_export` macros The detached-item context is discovered before `propagate_doc_cfg`, it is carried on the clean item and consumed by the pass. Closes rust-lang/rust#100916