mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user