From: Debian Rust Maintainers Date: Mon, 10 Oct 2022 18:19:05 +0000 (+0100) Subject: d-fix-1.61-rebuild X-Git-Tag: archive/raspbian/1.63.0+dfsg1-2_deb10u2+rpi1^2^2^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=82eeecd608660c7c3a13decdc43c7e4ef8400026;p=rustc-mozilla.git d-fix-1.61-rebuild Can be dropped with 1.62: Can be dropped with 1.62: https://github.com/rust-lang/rust/pull/95678 Gbp-Pq: Name d-fix-1.61-rebuild.patch --- diff --git a/src/tools/compiletest/src/header.rs b/src/tools/compiletest/src/header.rs index 1bdea33df..1c21d5e87 100644 --- a/src/tools/compiletest/src/header.rs +++ b/src/tools/compiletest/src/header.rs @@ -807,7 +807,7 @@ pub fn make_test_description( ) -> test::TestDesc { let mut ignore = false; #[cfg(not(bootstrap))] - let ignore_message: Option = None; + let ignore_message = None; let mut should_fail = false; let rustc_has_profiler_support = env::var_os("RUSTC_PROFILER_SUPPORT").is_some();