Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rustdoc-json] JSON no longer inlines #93518

Closed

Commits on Jan 29, 2022

  1. Add reproduction test

    CraftSpider committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    db96316 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Rustdoc JSON no longer inlines

    This removes all inlining from Rustdoc-JSON. Instead, JSON preserves private modules containing public items as 'stripped' modules, indicating that they exist solely to prevent orphaning of contained items. Format version has been bumped and tests updated, as this is a significant change over previous behavior around re-exports. However, the new system fixes multiple ICEs and is generally cleaner.
    CraftSpider committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    324e768 View commit details
    Browse the repository at this point in the history