mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 04:18:27 +00:00
Ignore allocation bytes in some mir-opt tests This adds `rustc -Zdump-mir-exclude-alloc-bytes` to skip writing allocation bytes in MIR dumps, and applies it to tests that were failing on s390x due to its big-endian byte order. Fixes #126261