about summary refs log tree commit diff
path: root/tests/ui/drop/lint-if-let-rescope.rs
AgeCommit message (Expand)AuthorLines
2025-02-24Consider lvalues of field and index as possibly temporary placesMichael Goulet-0/+6
2024-12-02reduce false positives on some common cases from if-let-rescopeDing Xiang Fei-5/+17
2024-10-24stabilize if_let_rescopeDing Xiang Fei-1/+1
2024-09-30apply suggestionsDing Xiang Fei-2/+15
2024-09-30preserve brackets around if-lets and skip while-letsDing Xiang Fei-1/+14
2024-09-13simplify the suggestion notesDing Xiang Fei-34/+6
2024-09-11coalesce lint suggestions that can intersectDing Xiang Fei-6/+57
2024-09-11rescope temp lifetime in let-chain into IfElseDing Xiang Fei-0/+48