-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
This should get rid of most of the false positives of cargo-machete
, hopefully 👀
Perhaps this can be done in multiple steps:
- start with expanding macros using
cargo expand
; would require a nightly build, likely? - expand (!) the feature with running
build.rs
to produce automatically generated code too
Also I think that ideally, there would be a new flag, that can take optional values:
--expand
runs bothcargo expand
+build.rs
generation--expand=macros
would only docargo expand
--expand=build-script
would only dobuild.rs
generation
dnlsndr
Metadata
Metadata
Assignees
Labels
No labels