Skip to content

Commit a15e0dc

Browse files
committed
Test building of libraries with rustc logging enabled
1 parent 4fc2168 commit a15e0dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// rustc-env:RUSTC_LOG=debug

src/test/ui/rustc-rust-log.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// dont-check-compiler-stdout
99
// dont-check-compiler-stderr
1010
// compile-flags: --error-format human
11-
11+
// aux-build: rustc-rust-log-aux.rs
1212
// rustc-env:RUSTC_LOG=debug
1313

1414
fn main() {}

0 commit comments

Comments
 (0)