From 82eeecd608660c7c3a13decdc43c7e4ef8400026 Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Mon, 10 Oct 2022 19:19:05 +0100 Subject: [PATCH] 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 --- src/tools/compiletest/src/header.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2