We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustc-rust-log.rs
1 parent 371fffd commit 5def991Copy full SHA for 5def991
src/test/run-pass/rustc-rust-log.rs
@@ -8,6 +8,15 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// This test is just checking that we won't ICE if logging is turned
12
+// on; don't bother trying to compare that (copious) output. (Note
13
+// also that this test potentially silly, since we do not build+test
14
+// debug versions of rustc as part of our continuous integration
15
+// process...)
16
+//
17
+// dont-check-compiler-stdout
18
+// dont-check-compiler-stderr
19
+
20
// rustc-env:RUST_LOG=debug
21
22
fn main() {}
0 commit comments