On Fri, Feb 7, 2014 at 4:16 AM, Maciej Piechotka <[email protected]> wrote: > PS. I'd be for having the build system NOT downloading any binary and > instead relaying on having rustc in path. >
This isn't very feasible right now, since the compiler needs to target a specific Rust so it knows what it can use in the first stage (stage0). Maybe in the (far) future this can be possible. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
