IntelliJ Rust Changelog #196
New Features
-
#10477 Add
unnecessary cast
inspection -
#10524 Make
Run rustfmt
available as a pre-commit action -
#10530 Support
return_position_impl_trait_in_trait
feature -
#10480 Add completion for
for
keyword afterimpl
block
Fixes
-
#10554 Fix
cargo test
on Rust 1.70.0+ stable if the Test Tool Window is enable. Note: now IDE runscargo test
with theRUSTC_BOOTSTRAP=1
environment variable 1.70.0+ stable. This enables required experimental features but may impact build and test results in rare cases. -
#10528 Fix expansion of macro 2.0 with multiple patterns (cases)
Internal Improvements
Full set of changes can be found here