On 30/03/14 02:00 PM, Alexander Stavonin wrote: > Fixed. —cfg stage0 should be used.
That just means the compiler build you're using is too out-of-date to build the real standard library. The `--cfg stage0` version of the library is an out-of-date variant only there to allow bootstrapping the up-to-date standard library. It can even omit entire modules, because it only has to have the minimum necessary to bootstrap.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
