Skip to content

Fix the --no-default-features test(s) #106

@FL03

Description

@FL03

Currently, building with --no-default-features is throwing an error due to undeclared allocators.

Reproducing

  1. Run cargo test --no-default-features --workspace
  2. 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 working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions