rust/compiler/rustc_index/src
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
..
bit_set Fix cloning from a BitSet with a different domain size 2022-07-08 11:41:36 +02:00
interval correct the test if IntervalSet 2022-06-08 22:44:26 +08:00
vec
bit_set.rs Fix cloning from a BitSet with a different domain size 2022-07-08 11:41:36 +02:00
interval.rs fix the impl error in insert_all 2022-06-08 22:09:26 +08:00
lib.rs Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki 2022-09-28 13:07:17 +09:00
vec.rs debuginfo: Change C++-like encoding for enums. 2022-08-12 10:53:07 +02:00