Uh oh!
There was an error while loading. Please reload this page.
Fix reexport of doc(hidden) item - #106741
Conversation
rustbot
commented
Jan 11, 2023
Some changes occurred in src/librustdoc/clean/types.rs cc @camelid |
231d4f1 to
5b3a261CompareThere was a problem hiding this comment.
I'm really unhappy about this. How the JSON output is handling the reexports is becoming problematic if we have to special case more things.
There was a problem hiding this comment.
I suppose the correct way to handle this is similar to how stripped modules work — the pointee is kept around because of the import item referencing it, but is marked as hidden.
notriddle
commented
Jan 12, 2023
@bors r+ rollup |
bors
commented
Jan 12, 2023
📌 Commit 5b3a261900a3fe71e95b1a0610f46fafebc03720 has been approved by It is now in the queue for this repository. |
klensy
commented
Jan 12, 2023
notriddle
commented
Jan 12, 2023
klensy
commented
Jan 12, 2023
@notriddle yes, this should be cleaner than adding 3rd commit ). |
5b3a261 to
675640cCompareGuillaumeGomez
commented
Jan 12, 2023
Rebased. |
GuillaumeGomez
commented
Jan 12, 2023
@bors r=notriddle rollup |
bors
commented
Jan 12, 2023
Rollup of 8 pull requests Successful merges: - rust-lang#105795 (Stabilize `abi_efiapi` feature) - rust-lang#106446 ([LSDA] Take ttype_index into account when taking unwind action) - rust-lang#106675 (Mark ZST as FFI-safe if all its fields are PhantomData) - rust-lang#106740 (Adding a hint on iterator type errors) - rust-lang#106741 (Fix reexport of `doc(hidden)` item) - rust-lang#106759 (Revert "Make nested RPITIT inherit the parent opaque's generics.") - rust-lang#106772 (Re-add mw to review rotation) - rust-lang#106778 (Exclude formatting commit from blame) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Part of #59368.
It doesn't fix the
doc(inline)nor thedoc(hidden)on macro. I'll do it in a follow-up PR.r? @notriddle