You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…-inlining, r=notriddle
rustdoc: Fix missing private inlining
Fixesrust-lang#109258.
If the item isn't inlined, it shouldn't have been added into `view_item_stack`. The problem here was that it was not removed, preventing sub items to be inlined if they have a re-export in "upper levels".
cc `@epage`
r? `@notriddle`
…-inlining, r=notriddle
rustdoc: Fix missing private inlining
Fixesrust-lang#109258.
If the item isn't inlined, it shouldn't have been added into `view_item_stack`. The problem here was that it was not removed, preventing sub items to be inlined if they have a re-export in "upper levels".
cc ``@epage``
r? ``@notriddle``
…-inlining, r=notriddle
rustdoc: Fix missing private inlining
Fixesrust-lang#109258.
If the item isn't inlined, it shouldn't have been added into `view_item_stack`. The problem here was that it was not removed, preventing sub items to be inlined if they have a re-export in "upper levels".
cc ```@epage```
r? ```@notriddle```
This code is failing:
Foo
should be inlined inbar
but isn't. The regression appeared in #108870.The text was updated successfully, but these errors were encountered: