summaryrefslogtreecommitdiffstats
path: root/debian/patches/ubuntu-disable-ppc64el-asm-tests.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:34 +0000
commit77fdce1bf4c27e4eb918ea3149a771325e81b5d4 (patch)
tree71a84af5d4b916e41fd7ffa527fc3f0146d62080 /debian/patches/ubuntu-disable-ppc64el-asm-tests.patch
parentMerging upstream version 1.67.1+dfsg1. (diff)
downloadrustc-77fdce1bf4c27e4eb918ea3149a771325e81b5d4.tar.xz
rustc-77fdce1bf4c27e4eb918ea3149a771325e81b5d4.zip
Merging debian version 1.67.1+dfsg1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/ubuntu-disable-ppc64el-asm-tests.patch')
-rw-r--r--debian/patches/ubuntu-disable-ppc64el-asm-tests.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/ubuntu-disable-ppc64el-asm-tests.patch b/debian/patches/ubuntu-disable-ppc64el-asm-tests.patch
index 4acfdcb2f..7cb501e76 100644
--- a/debian/patches/ubuntu-disable-ppc64el-asm-tests.patch
+++ b/debian/patches/ubuntu-disable-ppc64el-asm-tests.patch
@@ -16,7 +16,7 @@
/// unsafe { asm!("", options(noreturn)); }
--- a/compiler/rustc_lint/src/builtin.rs
+++ b/compiler/rustc_lint/src/builtin.rs
-@@ -3130,7 +3130,10 @@
+@@ -3238,7 +3238,10 @@
/// ### Example
///
/// ```rust,compile_fail