diff options
| author | bors <bors@rust-lang.org> | 2024-02-24 21:08:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-24 21:08:39 +0000 |
| commit | 381d69953bb7c3390cec0fee200f24529cb6320f (patch) | |
| tree | 8139c3ac1ab73c867ec01479e800cdb651ca450f /tests/codegen/array-map.rs | |
| parent | 6bdb8a4a96945527677f4b3dc7161875834189a4 (diff) | |
| parent | ee23b78161d9cd6da8f96b4d62b717fbdae710db (diff) | |
| download | rust-381d69953bb7c3390cec0fee200f24529cb6320f.tar.gz rust-381d69953bb7c3390cec0fee200f24529cb6320f.zip | |
Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #121435 (Account for RPITIT in E0310 explicit lifetime constraint suggestion) - #121490 (Rustdoc: include crate name in links for local primitives) - #121520 (delay cloning of iterator items) - #121522 (check that simd_insert/extract indices are in-bounds) - #121531 (Ignore less tests in debug builds) - #121539 (compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large move) - #121542 (update stdarch) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'tests/codegen/array-map.rs')
| -rw-r--r-- | tests/codegen/array-map.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/array-map.rs b/tests/codegen/array-map.rs index b356f8f33f9..743a15989f7 100644 --- a/tests/codegen/array-map.rs +++ b/tests/codegen/array-map.rs @@ -1,6 +1,5 @@ //@ compile-flags: -C opt-level=3 -C target-cpu=x86-64-v3 //@ only-x86_64 -//@ ignore-debug (the extra assertions get in the way) #![crate_type = "lib"] |
