IntelliJ Rust Changelog #75
New Features
-
Add quick fix to convert types by using deref and ref operators (by @oleg-semenov)
-
New icons for targets in cargo toolwindow
Fixes
-
Put expressions into parentheses during macro expansion to preserve the right operation order (by @kumbayo)
-
Show
Convert to assert_eq/assert_ne
quick fixes only forDebug
types (by @JakubAdamWieczorek) -
Don’t search text occurrences outside of lambda expression while rename action (by @JakubAdamWieczorek)
-
Fix
NullPointerException
during macro expansion for 2018.2 IDEs