d-fix-1.61-rebuild
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Mon, 10 Oct 2022 18:19:05 +0000 (19:19 +0100)
committerFabian Gruenbichler <debian@fabian.gruenbichler.email>
Mon, 10 Oct 2022 18:19:05 +0000 (19:19 +0100)
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

index 1bdea33dffaf9ebb0bb9a06a5e14b19840d0c751..1c21d5e87b68d07692b39afad8d3cac4c5132779 100644 (file)
@@ -807,7 +807,7 @@ pub fn make_test_description<R: Read>(
 ) -> test::TestDesc {
     let mut ignore = false;
     #[cfg(not(bootstrap))]
-    let ignore_message: Option<String> = None;
+    let ignore_message = None;
     let mut should_fail = false;
 
     let rustc_has_profiler_support = env::var_os("RUSTC_PROFILER_SUPPORT").is_some();