You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not supported currently and I don't think that we will add a feature like this, given that this crate is likely replaced by the -Zbuild-std feature of cargo soon (also see rust-lang/wg-cargo-std-aware#7 for a discussion about custom standard libraries with -Zbuild-std).
As far as I know, the xargo project does support building a custom standard library, so maybe that works for you.
xbuild currently compiles core and alloc and puts in the custom sysroot. Is it possible to put a custom std in that location and compile it?
The idea is that we can provide a minimal custom std so that crates that need std can be compiled without changing their code.
The text was updated successfully, but these errors were encountered: