]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/rustc-rust-log.rs
Auto merge of #61817 - eddyb:begone-gcx-attempt-2, r=oli-obk
[rust.git] / src / test / run-pass / rustc-rust-log.rs
1 // This test is just checking that we won't ICE if logging is turned
2 // on; don't bother trying to compare that (copious) output. (Note
3 // also that this test potentially silly, since we do not build+test
4 // debug versions of rustc as part of our continuous integration
5 // process...)
6 //
7 // dont-check-compiler-stdout
8 // dont-check-compiler-stderr
9 // compile-flags: --error-format human
10
11 // rustc-env:RUSTC_LOG=debug
12
13 fn main() {}