Making my first Rust 1.0 project run on modern Rust. So many libraries needed nightly then, so I can't just compile without changes
miniblog.
Related Posts
It's easy to use lots of different versions of Rust nightly. Remacs requires a specific version. The https://autogen.sh/ scripts are admirably defensive, to help you get on the right version!
You can use Travis CI as an early warning system. Allow failures, but build against Rust nightly/Emacs trunk/etc and catch issues early.
I am blown away by the error highlighting in @rustlang nightly! I love the "... and here" text for duplicate errors.

