fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.41k stars 111 forks source link

Track latest for version of `std` we implemented stable functionality for #172

Closed zetanumbers closed 2 years ago

zetanumbers commented 2 years ago
fitzgen commented 2 years ago

Can you expand on what this issue is tracking?

As I've commented elsewhere, I'd prefer not to update the collections forked from std in this crate unless there is a specific reason beyond matching new std versions (like enabling MIRI testing) because it isn't worth the review overhead and I'd rather wait for std to get proper allocator support.