RustRover 2025.2.3
Released: Oct 9, 2025
2025.2.3 での更新項目
機能
- Macros
- Added support the new 'cfg_select' built in macro.
不具合の修正
- Code Insight
- Incorrect suggestion assert - to assert_eq! in const context.
- False positive E0061 while using '_mm256_bsrli_epi128'.
- False Positive E0308. Vector of functions as function parameter.
- Code Insight. Resolve
- Thread starvation during 'Preparing data for name resolution'.
- Code Insight. Trait Selection
- False positive E0277. Trait Debug is not implemented.
- Debugger
- Add debugger-related Help IDs to source code.
- [LLDB] Make tuples consistent across OS.
- Parser
- False Positive "Invalid format string" caused by non-ASCII characters in variable name.
- Project model
- Custom target file causes infinite project syncing.
- Quick Fixes (QFs)
- Fix to replace 'std::i32::MIN' with 'i32::MIN' doesn't work in 1.91.0-beta.
- No subsystem
- FP E0261: 'async_recursion lifetime not found.
- Bundled stdlib is used even if toolchain is overwritten for project.
- Nightly rust: unresolved reference for item from thread_local.
- False Positive E0277: Cannot derive debug.