Auto merge of #131098 - GuillaumeGomez:rollup-kk74was, r=GuillaumeGomez · qinheping/verify-rust-std@bcfd953 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commit bcfd953

Auto merge of rust-lang#131098 - GuillaumeGomez:rollup-kk74was, r=GuillaumeGomez

Rollup of 5 pull requests Successful merges: - rust-lang#130630 (Support clobber_abi and vector/access registers (clobber-only) in s390x inline assembly) - rust-lang#131042 (Instantiate binders in `supertrait_vtable_slot`) - rust-lang#131079 (Update wasm-component-ld to 0.5.9) - rust-lang#131085 (make test_lots_of_insertions test take less long in Miri) - rust-lang#131088 (add fixme to remove LLVM_ENABLE_TERMINFO when minimal llvm version is 19) r? `@ghost` `@rustbot` modify labels: rollup

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -274,7 +274,7 @@ fn test_lots_of_insertions() {
274 274 for _ in 0..loops {
275 275 assert!(m.is_empty());
276 276
277 -let count = if cfg!(miri) { 101 } else { 1001 };
277 +let count = if cfg!(miri) { 66 } else { 1001 };
278 278
279 279 for i in 1..count {
280 280 assert!(m.insert(i, i).is_none());