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