RustRover 2026.1.1

Released: Apr 23, 2026

2026.1.1 での更新項目

機能

  • Code insight. Language injection
    • Added automatic language injection for query_scalar macro from SQLx crate.
  • Code editor
    • Highlight target loop when clicking continue statement.
  • UI
    • Highlight and separate search results for the test code occurrences.

不具合の修正

  • AI
    • AI generate documentation writes text in doctest and code in comments.
  • Build & Run
    • Main point of panic is not highlighted in output message.
    • Missed cargo command descriptions in Cargo Run Configurations.
    • Update CargoOptions standard command list against current cargo docs.
  • Build & Run. Tests
    • Enable colors in cargo nextest tool window.
  • Code Insight
    • FP [E0277] trait is not implemented: built in derives on "destroyed" copied item are not considered.
    • Flaky multi-resolve of type with name Eq (the same as Eq trait from prelude).
  • Code editor
    • "Apply fix" skips existing derive attribute.
  • Code editor. Completion
    • Code completion list shows items in double.
  • Code insight. Macros
    • False Positive 'variable is never used', if variable is used in a macro definition.
    • Derive macros have wrong priorities in name resolution.
  • Debugger
    • Remote Debug run configuration: LLDB debugger should be default option on macOS.
  • External Linter
    • External linter fix for providing derive ignores existing declaration.
  • UI
    • Do not list RsDocTestInjectableLanguage in Filter menu for file types.
    • File and Code templates do not appear in create file menu.