diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:18:30 +0000 |
commit | 637c3db19c24b32baf8f7d6f51bf7bfab7771f89 (patch) | |
tree | 50c71574fc7d8223c826e3f563c521c815ebb9d0 /debian/patches/ubuntu-disable-ppc64el-asm-tests.patch | |
parent | Merging upstream version 1.67.1+dfsg1. (diff) | |
download | rustc-637c3db19c24b32baf8f7d6f51bf7bfab7771f89.tar.xz rustc-637c3db19c24b32baf8f7d6f51bf7bfab7771f89.zip |
Adding debian version 1.67.1+dfsg1-1.debian/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.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 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 |