Allow passing custom args to cargo in builds #1353
Labels
A-builds
Area: Building the documentation for a crate
C-enhancement
Category: This is a new feature
E-easy
Effort: Should be easy to implement and would make a good first PR
mentor
This has instructions for getting started
Right now,
.cargo/config
is stripped before the build, so there's no way to pass custom arguments tocargo
during the build. It would be helpful to addcargo-args
to the metadata in order to support flags like-Zbuild-std=std,alloc
.Originally posted by @Nemo157 in #1299 (comment)
The text was updated successfully, but these errors were encountered: