diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:01 +0000 |
commit | c29d7c1ba10d6debd11f9d8aad5d069a6491e60e (patch) | |
tree | a2ad46eb513b315f0efd8170af5eb08870165757 /debian/patches/u-avoid-blessing-cargo-deps-s-source-code-in-ui-tests.patch | |
parent | Merging upstream version 1.76.0+dfsg1. (diff) | |
download | rustc-c29d7c1ba10d6debd11f9d8aad5d069a6491e60e.tar.xz rustc-c29d7c1ba10d6debd11f9d8aad5d069a6491e60e.zip |
Adding debian version 1.76.0+dfsg1-1.debian/1.76.0+dfsg1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/u-avoid-blessing-cargo-deps-s-source-code-in-ui-tests.patch')
-rw-r--r-- | debian/patches/u-avoid-blessing-cargo-deps-s-source-code-in-ui-tests.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/u-avoid-blessing-cargo-deps-s-source-code-in-ui-tests.patch b/debian/patches/u-avoid-blessing-cargo-deps-s-source-code-in-ui-tests.patch deleted file mode 100644 index f3a3b52c9..000000000 --- a/debian/patches/u-avoid-blessing-cargo-deps-s-source-code-in-ui-tests.patch +++ /dev/null @@ -1,26 +0,0 @@ -From c230637b92a3101a5b18141b75f94ada2edee776 Mon Sep 17 00:00:00 2001 -From: Pietro Albini <pietro.albini@ferrous-systems.com> -Date: Fri, 15 Sep 2023 16:09:45 +0200 -Subject: [PATCH] avoid blessing cargo deps's source code in ui tests -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -FG: just the stderr part for now, the rest needs a newer cargo -Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com> ---- - tests/ui/issues/issue-21763.stderr | 3 --- - 4 files changed, 20 insertions(+), 3 deletions(-) - -Index: rust/tests/ui/issues/issue-21763.rs -=================================================================== ---- rust.orig/tests/ui/issues/issue-21763.rs -+++ rust/tests/ui/issues/issue-21763.rs -@@ -1,6 +1,6 @@ - // Regression test for HashMap only impl'ing Send/Sync if its contents do - --// normalize-stderr-test: "\S+hashbrown-\S+" -> "$$HASHBROWN_SRC_LOCATION" -+// normalize-stderr-test: "\S+[\\/]hashbrown\S+" -> "$$HASHBROWN_SRC_LOCATION" - - use std::collections::HashMap; - use std::rc::Rc; |