1 2 3 4 5
#[cfg(feature = "nightly")] pub use std::alloc::Global; #[cfg(not(feature = "nightly"))] pub use allocator_api2::alloc::Global;