RustRover 2025.2.2
Released: Sep 18, 2025
Atualizações na 2025.2.2
Recursos
- External Linter
- Added statistics for cargo check differences between project and workspace.
Correções
- Code Insight
- False positive - "Parameter is never used" for a variable used in assert macro.
- False positive - Cannot find trait in this scope in latest nightly.
- Debugger
- Invalid value when view Arc<str> in debugger.
- Incorrect display of backslashes in string-based values when debugging on Windows.
- Win10, LLDB: Collecting data on debugging Hashmap<String, i32>.
- Doc comments
- False positive: Syntax error on broken down doc tests.
- Procedural macros
- Cannot find value: identifier in macro body is unresolved if it's declared in expansion with call_site span.
- UI
- Now Breadcrumbs bar in editor is disabled by default.
- No subsystem
- Performance problem - Speed up highlighting/completion after typing in a function with local items.
- Wrong name resolution in a nested function after changing the outer function.