Hacker News new | ask | show | jobs
by steveklabnik 1895 days ago
The compiler has gotten faster over the years; don't forget that rustup makes it easy to try out older compilers; if your code would have compiled on Rust 1.0, you can

$ rustup install 1.0.0

$ cargo +1.0.0 run

to give it a shot!