-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Currently, building with --no-default-features is throwing an error due to undeclared allocators.
Reproducing
- Run
cargo test --no-default-features --workspace - See error
Expected
The crate should compile, using the nightly feature flag to enable additional "experimental" features like #[feature(allocator_api)]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working