I'm in a bit of a bind right now. My personal code relies on rand, which is currently not compiling on Nightly 1.7, but does work on Beta 1.6 and stable.
However, my work also uses unstable features such as box syntax/patterns/raw and convert in a way that can't (easily) be refactored out. Is there any way, including by compiling from source, to get Rust 1.6 "as if" it were a nightly? I'm on Windows (10)/MSYS 2 if that complicates things any, such as building the source.
