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.
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.