Bug: https://github.com/rust-lang/rust/issues/89577
===================================================================
Gbp-Pq: Name u-ignore-endian-big-diff.patch
+// ignore-test
// stderr-per-bitwidth
#![feature(never_type)]
#![allow(invalid_value)]
+// ignore-test
// stderr-per-bitwidth
//! Test the "array of int" fast path in validity checking, and in particular whether it
//! points at the right array element.
+// ignore-test
// stderr-per-bitwidth
#![feature(rustc_attrs, ptr_metadata)]
#![allow(invalid_value)] // make sure we cannot allow away the errors tested here
+// ignore-test
// ignore-tidy-linelength
// stderr-per-bitwidth
#![allow(invalid_value)]
+// ignore-test
// stderr-per-bitwidth
use std::mem;
+// ignore-test
// stderr-per-bitwidth
// ignore-tidy-linelength
#![allow(unused)]