IntelliJ Rust Changelog #76
New Features
- Provide links to external documentation in quick doc for stdlib items
Fixes
-
Show
Convert to assert_eq/assert_nequick fixes only forPartialEqtypes -
Fix incorrect target path in test run configuration when
#[path]attribute is used in module hierarchy -
Pass
emitflag instead ofwrite-modetorustfmtfrom the latest nightly builds (by @king6cong) -
Save file before run
rustfmtto format actual file content -
Suggest quick fixes to convert types using
BororwMutandAsMuttraits only for mutable expressions (by @oleg-semenov) -
Fix endless loop while matching of
$()*pattern during macro expansion -
Select correct impl for reference types while method resolution
Internal Improvements
-
Type inference takes into account primitive type impls of default traits, like
Clone,Copy,Ord,Eq, etc. -
Update gradle and other dependencies