mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
be395723b5
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