RustRover 2025.3.5

Released: Mar 12, 2026

Actualizaciones en 2025.3.5

Características

  • Added support for 'Call hierarchy' function.

Correcciones

  • Code Insight
    • False negative E0382 (use of moved value) on example from docs.
    • False Positive: format macro: Width specifier must be of type usize.
  • Code editor
    • No highlighting for comments inside an attribute.
  • Code insight. Macros
    • False Positive E0425: Incorrect macro expansion with path metavar.
  • Debugger
    • Don't step into stdlib doesn't work on nightly.
  • Formatter
    • View jumping after save / auto-format code.
  • Tools
    • Call Hierarchy: Infinite opening in case of recursion.
  • UI
    • Duplicate New item in the context menu in split-mode.