diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:28 +0000 |
commit | dc643d4b030243790ccb704c733ca2130279cbaf (patch) | |
tree | 5ccf28e10c794cb2e45bf946b30f07ccfd127ed0 /debian/patches/ubuntu-disable-ppc64el-asm-tests.patch | |
parent | Merging upstream version 1.72.1+dfsg1. (diff) | |
download | rustc-dc643d4b030243790ccb704c733ca2130279cbaf.tar.xz rustc-dc643d4b030243790ccb704c733ca2130279cbaf.zip |
Adding debian version 1.72.1+dfsg1-1.debian/1.72.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.patch | 2 |
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 faa70d7fa..341d5f0af 100644 --- a/debian/patches/ubuntu-disable-ppc64el-asm-tests.patch +++ b/debian/patches/ubuntu-disable-ppc64el-asm-tests.patch @@ -20,7 +20,7 @@ Index: rust/compiler/rustc_lint/src/builtin.rs =================================================================== --- rust.orig/compiler/rustc_lint/src/builtin.rs +++ rust/compiler/rustc_lint/src/builtin.rs -@@ -3102,7 +3102,10 @@ declare_lint! { +@@ -3112,7 +3112,10 @@ declare_lint! { /// ### Example /// /// ```rust,compile_fail |