about summary refs log tree commit diff
path: root/library/alloctests/benches/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-09-13 10:43:09 +0000
committerbors <bors@rust-lang.org>2025-09-13 10:43:09 +0000
commitb50f345a2f3f49764024cabc30ef99e15c0240f7 (patch)
tree542d89dfb423203f19a9ce2345be87bb2ef7f0cb /library/alloctests/benches/lib.rs
parent064cc81354a940e297a1be4dfa9e26759c8431be (diff)
parentc4539b2d58d97093fc08a42561397fa98e75c684 (diff)
downloadrust-b50f345a2f3f49764024cabc30ef99e15c0240f7.tar.gz
rust-b50f345a2f3f49764024cabc30ef99e15c0240f7.zip
Auto merge of #146499 - jhpratt:rollup-ufflehe, r=jhpratt
Rollup of 5 pull requests

Successful merges:

 - rust-lang/rust#144498 (Add --print target-spec-json-schema)
 - rust-lang/rust#145471 (Stabilize BTree{Map,Set}::extract_if)
 - rust-lang/rust#145896 (Rehome 30 `tests/ui/issues/` tests to other subdirectories under `tests/ui/` [rust-lang/rust#3 of Batch rust-lang/rust#2])
 - rust-lang/rust#146450 (bootstrap: rustdoc-js tests can now be filtered by js files)
 - rust-lang/rust#146456 (Fix panic and incorrectly suggested examples in `format_args` macro.)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/alloctests/benches/lib.rs')
-rw-r--r--library/alloctests/benches/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloctests/benches/lib.rs b/library/alloctests/benches/lib.rs
index 2633154318c..721d685527f 100644
--- a/library/alloctests/benches/lib.rs
+++ b/library/alloctests/benches/lib.rs
@@ -1,6 +1,5 @@
 // Disabling in Miri as these would take too long.
 #![cfg(not(miri))]
-#![feature(btree_extract_if)]
 #![feature(iter_next_chunk)]
 #![feature(repr_simd)]
 #![feature(slice_partition_dedup)]