From 64d98f8ee037282c35007b64c2649055c56af1db Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:03 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- tests/incremental/rustc-rust-log.rs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/incremental/rustc-rust-log.rs (limited to 'tests/incremental/rustc-rust-log.rs') diff --git a/tests/incremental/rustc-rust-log.rs b/tests/incremental/rustc-rust-log.rs new file mode 100644 index 000000000..566f0d96d --- /dev/null +++ b/tests/incremental/rustc-rust-log.rs @@ -0,0 +1,16 @@ +// revisions: rpass1 rpass2 +// This test is just checking that we won't ICE if logging is turned +// on; don't bother trying to compare that (copious) output. +// +// dont-check-compiler-stdout +// dont-check-compiler-stderr +// aux-build: rustc-rust-log-aux.rs +// rustc-env:RUSTC_LOG=debug + +#[cfg(rpass1)] +fn main() {} + +#[cfg(rpass2)] +fn main() { + println!(); +} -- cgit v1.2.3