]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rustc-rust-log.rs
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / 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. (Note
4 // also that this test potentially silly, since we do not build+test
5 // debug versions of rustc as part of our continuous integration
6 // process...)
7 //
8 // dont-check-compiler-stdout
9 // dont-check-compiler-stderr
10 // compile-flags: --error-format human
11
12 // rustc-env:RUSTC_LOG=debug
13
14 fn main() {}