IntelliJ Rust Changelog #60
New Features
-
Type inference for
impl Trait
syntax (by @oleg-semenov). -
Error annotation for
!Sized
values being used in cases whereSized
is 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 backticks
convention. -
Simplify Up/Down movers.