RustRover 2025.3.1
Released: Dec 19, 2025
Actualizaciones en 2025.3.1
Correcciones
- Code Insight
- False Positive [E0277] Trait Future is not implemented for () on async closure return type.
- False Positive E0061 on variadic extern "C" functions.
- False Positive: E0133: extern safe function does not require unsafe.
- Trait bounds on generic associated types are not used in code inspection.
- RsSleepInsideAsyncFunctionInspection is broken in nightly.
- Code Insight. Borrow checker
- False Positive E0382: Value used after being moved with AsyncFn.
- Code Insight. Resolve
- False Positive E0599: Associated constant in impl not found.
- False Positive E0599: Unresolved clone() for ().
- Macros
- Expand pattern_type! builtin macro.
- Parser
- Can't parse #![...] inside {...}.
- Type inference
- Type mismatch: a function parameter under cfg.
- False Positive E0308: break out of loop with reference in tuple instead of pointer.
- No subsystem
- Use correct type path in add field fix.