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:
parent
7d8ebe3128
commit
acb5ee2f84
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue