about summary refs log tree commit diff
path: root/tests/ui/let-else
AgeCommit message (Collapse)AuthorLines
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-4/+4
2023-11-24Show number in error message even for one errorNilstrieb-10/+10
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-06-08Peel borrows before suggesting as_ref/as_derefMichael Goulet-4/+6
2023-06-08More robust as_ref/as_deref suggestionsMichael Goulet-0/+16
2023-03-01recover from for-else and while-elsey21-22/+3
2023-02-01Rollup merge of #107487 - edward-shen:edward-shen/107213-round-2, r=estebankMatthias Krüger-3/+3
Make the "extra if in let...else block" hint a suggestion Changes the hint to a suggestion, suggested in #107213. r? ```@estebank```
2023-01-30Make the "extra if in let...else block" hint a suggestionEdward Shen-3/+3
2023-01-30Modify primary span label for E0308Esteban Küber-14/+14
The previous output was unintuitive to users.
2023-01-23Add suggestion to remove if in let...else blockEdward Shen-0/+25
Adds an additional hint to failures where we encounter an else keyword while we're parsing an if-let block. This is likely that the user has accidentally mixed if-let and let...else together.
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+1784