about summary refs log tree commit diff
path: root/src/test/incremental/rustc-rust-log.rs
AgeCommit message (Collapse)AuthorLines
2021-10-18Add test for debug logging during incremental compilationTyson Nottingham-0/+16
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.