diff options
Diffstat (limited to '')
-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 |