IntelliJ Rust Changelog #190
New Features
-
#10037 Now the plugin detects and highlights errors in attribute macros. Note that attribute procedural macro expansion is disabled by default. If you want to try out, enable
org.rust.macros.proc.attr
experimental feature. -
#10171 Detect
A trait object was declared with no traits
E0224 error
Fixes
-
#10191 Fix memory leak after opening Rust project settings
-
#10124 Fix parsing
cargo
command line arguments in Run configurations
Internal Improvements
-
#10134 Introduce
PsiInsertionPlace
, use it in intentions, clean up intentions
Full set of changes can be found here