]> git.lizzy.rs Git - rust.git/blob - tests/ui/rustc-rust-log.rs
Auto merge of #107529 - Zoxc:inline-tweak-profile, r=cjgillot
[rust.git] / tests / ui / rustc-rust-log.rs
1 // run-pass
2 // This test is just checking that we won't ICE if logging is turned
3 // on; don't bother trying to compare that (copious) output.
4 //
5 // dont-check-compiler-stdout
6 // dont-check-compiler-stderr
7 // compile-flags: --error-format human
8 // aux-build: rustc-rust-log-aux.rs
9 // rustc-env:RUSTC_LOG=debug
10
11 fn main() {}