IntelliJ Rust Changelog #60
New Features
-
Type inference for
impl Traitsyntax (by @oleg-semenov). -
Error annotation for
!Sizedvalues being used in cases whereSizedis required. -
Correctly disambiguate multiple candidate methods in some cases.
-
New project dialog for PyCharm, WebStorm, PhpStorm and RubyMine.
Fixes
-
Extract inline module intention preserves comments and attributes
-
Don’t indent commented-out code.
Internal Improvements
-
Almost all tests now use
words in backticksconvention. -
Simplify Up/Down movers.