[RUST-16610] Rainbow variables not working for Rust mutable bindings #2802
Labels
IDE issue
language specific
this feature/issue only effect on specific languages
rainbow variables / semantic highlighting
Have you checked the issues and discussions to ensure there are no duplicates?
Yes
Are you using JetBrains Client / Code With Me / IntelliJ Remote Development?
No
Your programming languages
Rust
Free or paid?
Paid users
Expected Behavior
The mutable variables should be colored with their underscores, like in Kotlin (screenshot from Android Studio w/ plugin installed,
var idx = 0
)Current Behavior
The mutable bindings in RustRover are not colored, while the non-mut ones work normally.
Code snippet for reproduce
Your Environment
The text was updated successfully, but these errors were encountered: