IntelliJ Rust Changelog #68
New Features
-
Auto import takes into account module re-exports
-
New SVG icons (by @Nilera)
-
Great optimization improvement of type inference
-
Initial support of
dyn Traittype -
Quick fix to convert types using
ToStringtrait (by @oleg-semenov) -
Quick fix to convert
Stringto&str(by @oleg-semenov) -
Add semicolon after
breakandcontinuewhile formatting (by @t-kameyama) -
Implement resolve and type inference in associated type bindings
Fixes
-
Infer types of variables with postponed initialization
-
Correctly format
useitems with trailing comma (by @AtomicInteger) -
Don’t infer type of items with ambiguous declaration
-
Various fixes of auto import
-
Don’t allow using
Specify type explicitlyintention if variable type isn’t fully inferred -
Don’t drop
unsafekeyword whileJoin Linesaction (by @pcholakov)
Internal Improvements
-
Clean up
Extract Methodrefactoring (by @t-kameyama) -
Add explicit dependency on kotlin stdlib to download its source for IDE