Tracking Issue for unstable sorting in const context #102307
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(const_sort)]
This is a tracking issue for const
slice::sort_unstable
andsort_internals
.Public API
slice::sort[_by[_key]]
would need allocations in const context to be implemented. #79597Steps / History
Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: