RustRover 2025.1.5

Released: Jul 3, 2025

2025.1.5 버젼 업데이트

기능

  • Debugger
    • Added support for "Attach to an Unstarted Process...".

수정사항

  • Code Insight
    • FP E0061 (wrong numbers of arguments) in chain method parameters with #cfg.
    • Does not support 'const_refs_to_static'.
  • Code Insight. Borrow checker
    • False positive: Value used after being moved with Fn.
  • Macros
    • False positive Unexpected element $tof typety error in macro definition.
  • Procedural macros
    • False Positives [e0413] and [E0433] for types generated by ouroboros::self_referencing macro.
  • Type inference
    • Don't report E0061 if method is called on unknown type.
    • False positive: Trait from macro not implemented with async_trait and $crate.
    • Properly normalize associated type Output of lambdas that are defined with syntax sugar.
    • False positive: Wrong number of generic arguments.
  • UI
    • "Go to Implementation" - "Choose Implementation" popup should disambiguate declaration.
  • WSL
    • Exception when using WSL: "Synchronous execution under ReadAction".
  • No subsystem
    • Trailing space stripping does not work if External Linter on the fly is enabled.
    • RustRover stuck when hover on webpki_roots::TLS_SERVER_ROOTS.
    • False positive E0277 with nightly rust.