Closed
Description
Currently, whenever build.rs
is re-run, both lib.rs
and main.rs
get rebuilt. It would be useful if there were some option to only rebuild main.rs
after build.rs
is rerun, not both. This wouldn't want to be the default behaviour, as most build scripts will affect content in lib.rs
, but some will only affect main.rs
, and an option for that would be nice.
This isn't that urgent, and it may not actually want to be built, but it would probably be useful.
This would probably depend on #1162.
Metadata
Metadata
Assignees
Labels
No labels