mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 18:08:49 +00:00
Fix reexport of `doc(hidden)` item Part of #59368. It doesn't fix the `doc(inline)` nor the `doc(hidden)` on macro. I'll do it in a follow-up PR. r? `@notriddle`