rust/library/alloc/tests
Yuki Okushi 07bb2e6527
Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki
Stabilize bench_black_box

This PR stabilize `feature(bench_black_box)`.

```rust
pub fn black_box<T>(dummy: T) -> T;
```

The FCP was completed in https://github.com/rust-lang/rust/issues/64102.

`@rustbot` label +T-libs-api -T-libs
2022-09-28 13:07:17 +09:00
..
arc.rs
borrow.rs
boxed.rs
btree_set_hash.rs
c_str.rs
const_fns.rs
cow_str.rs
fmt.rs
heap.rs
lib.rs Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki 2022-09-28 13:07:17 +09:00
linked_list.rs
rc.rs
slice.rs
str.rs Replace most uses of pointer::offset with add and sub 2022-08-21 02:21:41 +04:00
string.rs
thin_box.rs Make use of pointer::is_aligned[_to] 2022-08-21 15:46:03 +04:00
vec_deque.rs
vec.rs fix into_iter on ZST 2022-08-31 14:21:35 +02:00