Skip to content

Remove core feature #189

Closed
Closed
@vadixidav

Description

@vadixidav

The core feature in Cargo.toml should be removed. If you try to build without it then the build fails:

error[E0432]: unresolved import `crate::util`
   --> .../src/lib.rs:140:16
    |
140 | pub use crate::util::{get_size, HasAfEnum, ImplicitPromote};
    |                ^^^^ maybe a missing `extern crate util;`?

Unless this is just a bug (which would need to be fixed anyways), I would recommend removing this feature. All features of a cargo package should be additive and compatible with each other without breaking the build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions