rust/compiler/rustc_hir
fee1-dead 804c2c1ed9
Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum
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.
2022-09-26 13:09:42 +08:00
..
src Rollup merge of #102197 - Nilstrieb:const-new-🌲, r=Mark-Simulacrum 2022-09-26 13:09:42 +08:00
Cargo.toml Make AST lowering a query. 2022-07-06 23:04:55 +02:00