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

Add test for debug logging during incremental compilation #90029

Merged
merged 2 commits into from
Oct 21, 2021

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    93f80bf View commit details
    Browse the repository at this point in the history
  2. Add test for debug logging during incremental compilation

    Debug logging during incremental compilation had been broken for some
    time, until rust-lang#89343 fixed it (among other things). Add a test so this is
    less likely to break without being noticed. This test is nearly a copy
    of the `src/test/ui/rustc-rust-log.rs` test, but tests debug logging in
    the incremental compliation code paths.
    tgnottingham committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    aefbd40 View commit details
    Browse the repository at this point in the history