RustRover 2026.1.3

Released: Jun 9, 2026

Updates in 2026.1.3

Funktionen

  • Debugger
    • Added "Don't step into libs" option for debugger.
  • Code Insight
    • Added support for const impl syntax and rait impl restriction syntax.
  • Project model
    • Updated minimum supported version to 1.70.

Fehlerkorrekturen

  • Code Insight
    • False positive 'Unnecessary cast' for 'None as Option<*>'.
    • False positive for self-import. Rework inspections for use {self as name} and use::{self as name}.
  • Code insight. TOML
    • TOML incorrect autocomplete tail text for enums.
    • Completion in toml files other than Cargo.toml are duplicated.
  • Project model
    • Updated minimum supported version to 1.70.