IntelliJ Rust Changelog #67
New Features
-
Support paths relative to workspace directory which are produced by cargo 1.24 (current beta) to add links in console properly
-
Support generic parameters in
Extract Method
refactoring (by @t-kameyama) -
Sort
extern crate
items while import optimizing (by @farodin91) -
Parse crate visibility correctly (by @mrhota)
-
Use short backtraces by default
Fixes
-
Underline only
impl Trait for Type
part of impl byDifferent impl member order from the trait
inspection -
Highlight
auto
modifier as keyword -
Distinguish items with the same names but different types by
Not all trait items implemented
inspection (by @t-kameyama)
Internal Improvements
-
Introduce
TyProjection
type for associated types -
Tests for stub existence