about summary refs log tree commit diff
path: root/tests/ui/rfcs/rfc-2294-if-let-guard
AgeCommit message (Expand)AuthorLines
2025-07-25Update ui tests with new macro early erroringGuillaume Gomez-18/+32
2025-06-30Remove let_chains featureCameron Steffen-47/+57
2025-06-04Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes`Jake Goulding-1/+1
2025-05-14Add match guard chains test for absence of compilation errorest31-0/+29
2025-04-18Remove let_chains feature gate from even more testsest31-85/+29
2025-04-03Use `cfg(false)` in UI testsclubby789-2/+2
2025-04-02Remove `NtExpr` and `NtLiteral`.Nicholas Nethercote-4/+24
2024-11-16Also check if let chains with multiple lets in these two testsest31-1/+28
2024-10-28Tweak more warnings.Nicholas Nethercote-2/+2
2024-08-19Reword the "unreachable pattern" explanationsNadrieril-2/+2
2024-07-24Explain why a given pattern is considered unreachableNadrieril-1/+3
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-14/+14
2024-01-13Bless testsGeorge-lewis-0/+11
2024-01-05Restore if let guard temporary scoping differenceMatthew Jasper-0/+72
2024-01-05Remove `thir::Guard`Matthew Jasper-0/+30
2024-01-05Remove `hir::Guard`Matthew Jasper-2/+2
2023-12-21Give temporaries in if let guards correct scopesMatthew Jasper-0/+134
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
2023-10-24Use `PlaceMention` for match scrutinees.Camille GILLOT-8/+6
2023-09-19Add more if let guard testsMatthew Jasper-0/+247
2023-09-13Address review commentsMatthew Jasper-0/+18
2023-09-11Reduce double errors for invalid let expressionsMatthew Jasper-121/+31
2023-09-11Move let expression checking to parsingMatthew Jasper-215/+91
2023-08-24Add more tests for if_let_guardMatthew Jasper-0/+298
2023-06-05Better group RFC ui tests togetherMaybe Waffle-0/+680