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

Make the normalize-overflow rustdoc test actually do something #102038

Merged
merged 1 commit into from
Sep 20, 2022

Commits on Sep 20, 2022

  1. Make the normalize-overflow rustdoc test actually do something

    Since rust-lang#88679, rustdoc doesn't load crates eagerly.
    Add an explicit `extern crate` item to make sure the crate is loaded and the bug reproduces.
    You can verify this fix by adding `// compile-flags: -Znormalizing-docs` and running the test.
    jyn514 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    690c467 View commit details
    Browse the repository at this point in the history