RustRover 2025.1.2

Released: May 7, 2025

2025.1.2 での更新項目

機能

  • Added warning for redundant 'package' key in Cargo.toml.

不具合の修正

  • Code Insight
    • False positive: Parenthetical notation is only stable when used with fn-family traits.
  • Code Insight. Resolve
    • Imports not resolved if dependency is from GitHub, and features used.
    • False positive: unresolved reference with local import.
  • Debugger
    • Cannot view enums in debugger.
  • Doc comments
    • False Positive: Syntax error on #[cfg] block in doc tests.
  • External Linter
    • No errors in project errors/project tree for multicrate project.
    • Cargo check doesn't take arch target into account.
  • Macros
    • False positive: Unresolved derived item in module inside function.
    • False positive caused by disjunction pattern with a leading bar in macros.
  • Tests
    • Environment variables in test runner.
  • No subsystem
    • Wrong numbers of arguments with #cfg in function parameters.
    • Improve read/write usage highlighting.