about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-06-01 07:10:55 +0000
committerbors <bors@rust-lang.org>2024-06-01 07:10:55 +0000
commit466be510af95d377a4e9997a6ab7c4db5f91e9ec (patch)
tree76c565db3a3bc2e2910740a240ad5e1fad4b00d0 /compiler/rustc_codegen_llvm/src
parentdcc9a8f2831a9afd2896e3fe2cc020bb2bf949bd (diff)
parent7cee7c664befc25a4d3392e9fbdb6999b23b4619 (diff)
downloadrust-466be510af95d377a4e9997a6ab7c4db5f91e9ec.tar.gz
rust-466be510af95d377a4e9997a6ab7c4db5f91e9ec.zip
Auto merge of #125211 - Coekjan:const-binary-heap, r=jhpratt
Stablize `const_binary_heap_constructor`

This pr aims to stablize `const_binary_heap_constructor`.

`BinaryHeap::new` is able to be stablized, but `BinaryHeap::new_in` is not. Because the latter depends on `Vec::new_in` which is unstable.

The `const_binary_heap_constructor` feature contains the two functions, and I want to split this feature now. This pr creates `const_binary_heap_new_in` feature for `BinaryHeap::new_in` and stablizes `const_binary_heap_constructor` (now this original feature only contains one function).
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions