summary refs log tree commit diff
path: root/src/test/ui/suggestions/if-let-typo.rs
AgeCommit message (Expand)AuthorLines
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-0/+5
2020-10-25Tweak `if let` suggestion to be more liberal with suggestion and to not ICEEsteban Küber-1/+0
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-0/+9