Hacker News new | ask | show | jobs
by phkahler 1147 days ago
But older code will still work with the new compiler right?
2 comments

That is the Rust stability commitment: Rust code will always* compile with any subsequent release.

* Modulo soundness bugs being fixed. I've personally encountered 2 instances of that since 1.0, and they all occurred before 2017.

Yes