mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 08:16:56 +00:00

Add unstable attribute to BTreeMap-related allocator generics Although these types aren't directly constructable externally, since they're pub, I think this omission was an oversight. r? libs-api