]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #90029 - tgnottingham:incr-debug-logging-test, r=Mark-Simulacrum
authorYuki Okushi <jtitor@2k36.org>
Thu, 21 Oct 2021 05:11:06 +0000 (14:11 +0900)
committerGitHub <noreply@github.com>
Thu, 21 Oct 2021 05:11:06 +0000 (14:11 +0900)
commita980587421aa25ee382acc9dc577430a77327edd
tree67a717cab850ced181960ae05ca1ac8b501a7cf6
parentd29e98fe93e60b68cf2bfcd62afa50bedfcc0af3
parentaefbd401408769fbca1c486546b8dc3fce9e0d9b
Rollup merge of #90029 - tgnottingham:incr-debug-logging-test, r=Mark-Simulacrum

Add test for debug logging during incremental compilation

Debug logging during incremental compilation had been broken for some
time, until #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.