summaryrefslogtreecommitdiffstats
path: root/debian/patches/u-ignore-endian-big-diff.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/u-ignore-endian-big-diff.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/u-ignore-endian-big-diff.patch')
-rw-r--r--debian/patches/u-ignore-endian-big-diff.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/u-ignore-endian-big-diff.patch b/debian/patches/u-ignore-endian-big-diff.patch
index 21e2de1e9..aec8c5255 100644
--- a/debian/patches/u-ignore-endian-big-diff.patch
+++ b/debian/patches/u-ignore-endian-big-diff.patch
@@ -33,7 +33,7 @@ Bug: https://github.com/rust-lang/rust/issues/89577
@@ -1,3 +1,4 @@
+// ignore-test
// stderr-per-bitwidth
- #![feature(rustc_attrs)]
+ #![feature(rustc_attrs, ptr_metadata)]
#![allow(invalid_value)] // make sure we cannot allow away the errors tested here
--- a/src/test/ui/consts/const-eval/ub-ref-ptr.rs
+++ b/src/test/ui/consts/const-eval/ub-ref-ptr.rs