Hacker News new | ask | show | jobs
by markus2012 3916 days ago
What helps today is skipping the translation phase (syntax checking only) using rustc -Z no-trans.

This makes the edit/fix syntax cycle 20x faster.

A way to configure this in vim: https://www.reddit.com/r/rust/comments/3kc6s7/fastest_editco...