(I think.) The current situation is that stage1/rustc is always compiled against stage0/lib/libstd.so , which means that when I add something to the standard lib, I can't use it in rustc until after the next snapshot. This seems needlessly awkward (and is going to slow down stdlib development by discouraging everyone from putting general code they write in the stdlib).
There is probably a reason for the current set-up, but I think it should be reconsidered. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
