You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This crates uses allocator-api2 without exposing a feature to enable #![feature(allocator_api)].
Due to issues outlined here zakarumych/allocator-api2#19,
this makes it is impossible to have this crate anywhere in the dependency tree along with hashbrown when enabling the hashbrown/nightly feature.