| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-11-25 | On type mismatch caused by assignment, point at assignee | Esteban Küber | -11/+0 | |
| * Do not emit unnecessary E0308 after E0070 * Show fewer errors on `while let` missing `let` * Hide redundant E0308 on `while let` missing `let` * Point at binding definition when possible on invalid assignment * do not point at closure twice * do not suggest `if let` for literals in lhs * account for parameter types | ||||
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -3/+7 | |
| Co-authored-by: varkor <github@varkor.com> | ||||
| 2020-10-25 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -0/+7 | |
| Fix #77218. Fix #77238. | ||||
