Tracking Issue for const_binary_heap_new_in
#125961
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(const_binary_heap_new_in)]
This is a tracking issue for constification of
BinaryHeap::new_in
, which allows user to create aBinaryHeap
in compile-time with a specific allocator.NOTE: This feature depends on the unstable feature
allocator_api
Public API
Steps / History
BinaryHeap
as const fn #117316Unresolved Questions
The text was updated successfully, but these errors were encountered: