RustRover のリリース

Released: Jun 12, 2024

2024.1.2 での更新項目

機能

  • 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.

不具合の修正

  • 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 resolution for...