IntelliJ Rust Changelog #71
New Features
-
Add quick fix to convert types by using
TryFromtrait (by @oleg-semenov) -
Enable type check inspection by default
-
Completion for
devandbuilddependencies inCargo.toml -
Improve quick fixes on type mismatch
-
Support new syntax of match arms introduced in rust 1.25 (see rfc)
-
Don’t highlight generic parameters by
Unresolved Referenceinspection -
Filter import candidates by their namespace
-
Improve presentation of generic
impls in structure view (by @Filippok)
Fixes
-
Fix highlighting of a path with primitive type name by
Unresolved Referenceinspection -
Make mutablequick fix correctly supportsrefmodifier (by @rrevenantt) -
Prevent infinite loop issue with cyclic type aliases
-
Fix wrong top padding in rust file type icons (by @Nilera)
-
Correctly parse
Zsuffix of date values in TOML files
Internal Improvements
-
Fix possible exception during
TyIntegerandTyFloatclasses initialization -
Update IDEA and CLion
-
Check rust version in stdlib resolve tests