Test building of libraries with rustc logging enabled

This commit is contained in:
Tomasz Miąsko 2020-10-29 00:00:00 +00:00
parent 4fc21689d8
commit a15e0dc499
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
// rustc-env:RUSTC_LOG=debug

View File

@ -8,7 +8,7 @@
// dont-check-compiler-stdout
// dont-check-compiler-stderr
// compile-flags: --error-format human
// aux-build: rustc-rust-log-aux.rs
// rustc-env:RUSTC_LOG=debug
fn main() {}