mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
804c2c1ed9
Stabilize const `BTree{Map,Set}::new`
The FCP was completed in #71835.
Since `len` and `is_empty` are not const stable yet, this also creates a new feature for them since they previously used the same `const_btree_new` feature.