I think we should move in direction of being able to easily recompile std
, in extreme std
should be just a crate (or collection of crates) which is shipped together with compiler (with some special rules, e.g. regarding using or defining unstable items). Doing so will solve issues like this and more. IIRC plans for integrating parts of cross
functionality into cargo
include ability to recompile std
.
1 Like