Closed
Description
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
Labels
No labels