Test building of libraries with rustc logging enabled
This commit is contained in:
parent
4fc21689d8
commit
a15e0dc499
2 changed files with 2 additions and 1 deletions
1
src/test/ui/auxiliary/rustc-rust-log-aux.rs
Normal file
1
src/test/ui/auxiliary/rustc-rust-log-aux.rs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
// rustc-env:RUSTC_LOG=debug
|
|
@ -8,7 +8,7 @@
|
||||||
// dont-check-compiler-stdout
|
// dont-check-compiler-stdout
|
||||||
// dont-check-compiler-stderr
|
// dont-check-compiler-stderr
|
||||||
// compile-flags: --error-format human
|
// compile-flags: --error-format human
|
||||||
|
// aux-build: rustc-rust-log-aux.rs
|
||||||
// rustc-env:RUSTC_LOG=debug
|
// rustc-env:RUSTC_LOG=debug
|
||||||
|
|
||||||
fn main() {}
|
fn main() {}
|
||||||
|
|
Loading…
Reference in a new issue