about summary refs log tree commit diff
path: root/tests/ui/parser/bad-let-else-statement.rs
AgeCommit message (Expand)AuthorLines
2024-07-07Support tail calls in mir via `TerminatorKind::TailCall`Maybe Waffle-8/+8
2024-05-12Disallow cast with trailing braced macro in let-elseDavid Tolnay-1/+1
2024-05-12Add test of trailing brace in a cast expressionDavid Tolnay-0/+14
2024-05-12Clean up unneeded warnings from let-else syntax testDavid Tolnay-33/+26
2024-04-24Fix tests and blessGary Guo-1/+0
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-1/+19
2024-01-17Deny braced macro invocations in let-elseMichael Goulet-0/+25
2023-12-14Change expr_trailing_brace to an exhaustive match to force new expression kin...GearsDatapacks-0/+164