IntelliJ Rust Changelog #17
New Features
-
Gutter icon for recursive calls (by @alygin).
-
Better support for
vec![]
andpanic!()
macros (by @HeyLey). -
Support for
!
type (RFC). -
Postfix templates for
if
andwhile
(by @ujpv). -
Intention to move constraints to a where clause (by @alobb).
Fixes
-
Minor formatter fixes.
-
Better parser recovery.
-
Better handling of namespaces in imports.
Refactorings
- Simplified resolve API.