Files
rust/tests/rustdoc-html
Shivendra Sharma f8d3c27650 rustdoc: Inherit inline attributes for declarative macros
When explicitly re-exporting a declarative macro by name, rustdoc
previously bypassed intermediate re-exports and dropped `#[doc(inline)]`
attributes, causing the macro to be incorrectly stripped if the original
definition was `#[doc(hidden)]`.

This updates `generate_item_with_correct_attrs` to walk the
`reexport_chain` specifically for declarative macros, allowing them to
inherit inline attributes exactly as glob imports do, while preserving
strict visibility rules for standard items.
2026-04-07 11:50:34 +05:30
..
2026-04-01 23:05:42 +01:00
2026-02-24 11:41:26 -05:00
2026-02-10 18:00:54 +00:00