RustRover 2026.1.2

Released: May 18, 2026

2026.1.2 中的更新

修補程式

  • Code Insight
    • Optimize find usages of a trait member.
    • RustRover freezes after removing a quote before large lazy_static! macro definition.
    • False Positive: errors from invalid parsing of comment starting with ////.
    • False positive E0070 "Invalid left-hand operand" for dereferenced &mut assignment.
    • False positive E0116/E0117 when type is also defined via include!() in build.rs - IDE resolves to build script crate.
    • False positive E0658 "bool_to_result is unstable" - IDE resolves to nightly inherent method instead of in-scope trait method.
    • False positive E0004 "match does not cover all possible cases" on Result with struct pattern and rest (..) syntax.
    • Broken type inference when if_let_guard syntax is used.
  • Debugger
    • No "Remote Debug" in run/debug configuration template list.
  • External Linter
    • Confusing red lines under the file name with running external linter on the fly option enabled.
  • Project model
    • Enormous CPU usage with Rust plugin in IntelliJ IDEA 2025.3.3.