IntelliJ Rust Changelog #70
New Features
-
Quick fix to convert types using
Borrow/BorrowMutandAsRef/AsMuttraits (by @oleg-semenov) -
Highlight mutable
selfas a mutable variable (by @farodin91) -
Substitute generic types in
Implement Membersquick fix -
Flip operatorintention (by @t-kameyama) -
Support new inclusive range syntax
a..=b(by @kumbayo) -
Take into account generic type arguments while associated types processing
-
Improve method resolving for primitive types
Fixes
-
Fix
breakandcontinueformatting in match expression (by @anton-okolelov) -
Fix various issues with
Selftype -
Save all documents before
refresh/attach cargo projectaction to take into account the latest changes inCargo.toml -
Infer type of index operator result correctly
-
Fix parsing of
Fntrait types
Internal Improvements
-
Use local dependency of intellij-toml plugin again
-
Check channel of rustc while resolve tests