Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 381d699

Browse files
committedFeb 24, 2024
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
2 parents 6bdb8a4 + ee23b78 commit 381d699

File tree

76 files changed

+190
-153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+190
-153
lines changed
 

‎tests/codegen/issues/issue-106369.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ compile-flags: -O
2-
//@ ignore-debug (the extra assertions get in the way)
32

43
#![crate_type = "lib"]
54

‎tests/codegen/issues/issue-116878.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ compile-flags: -O
2-
//@ ignore-debug: the debug assertions get in the way
32
#![crate_type = "lib"]
43

54
/// Make sure no bounds checks are emitted after a `get_unchecked`.

‎tests/codegen/issues/issue-37945.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ compile-flags: -O -Zmerge-functions=disabled
22
//@ ignore-32bit LLVM has a bug with them
3-
//@ ignore-debug
43

54
// Check that LLVM understands that `Iter` pointer is not null. Issue #37945.
65

There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.