RustRover Releases

Released: Jun 12, 2024

Updates in 2024.1.2

Features

  • Converted some error annotators into inspections.
  • Introduced error highlighting for circular mods with #path.
  • Provided estimated progress during cargo sync task.
  • Missing fields in struct: Added QF to suggest using of constructor methods.

Fixes

  • False Negative [E0308] mismatched types in logical operation with a struct that wraps an i32 value.
  • Removing dbg incorrectly inlines code.
  • False positive Unresolved Vec if there is a cfg-disabled extern crate alloc.
  • Incorrect method call...