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