IntelliJ Rust Changelog #36
This is the last release to support IDEA 2016.2. If you want to continue to receive updates, please upgrade your IDE.
New Features
-
Test configurations use
--nocapture
flag by default (#1086). -
Resolving external crates take dependencies graph into account (by @alygin).
Fixes
- Reformatting no longer removes mandatory commas in match arms.
Internal Improvements
- In-progress rework of the resolving engine.