Disable append-elements.rs test with debug assertions

The IR is a bit different (in particular wrt naming) if
debug-assertions-std is enabled. Peculiarly, the issue goes away
if overflow-check-std is also enabled, which is why CI did not
catch this.
This commit is contained in:
Nikita Popov 2026-01-30 13:01:22 +01:00
parent 7d8ebe3128
commit acb5ee2f84

View file

@ -1,6 +1,7 @@
//@ compile-flags: -O -Zmerge-functions=disabled
//@ needs-deterministic-layouts
//@ min-llvm-version: 21
//@ ignore-std-debug-assertions (causes different value naming)
#![crate_type = "lib"]
//! Check that a temporary intermediate allocations can eliminated and replaced