Files
rust/tests/ui
Dylan DPC 4e2b5d1f54 Rollup merge of #107213 - edward-shen:edward-shen/fix-accidental-let-else, r=compiler-errors
Add suggestion to remove if in let..else block

Adds an additional hint to failures where we encounter an else keyword while we're parsing an if-let expression.

This is likely that the user has accidentally mixed if-let and let..else together.

Fixes #103791.
2023-01-25 17:01:43 +05:30
..
2023-01-23 20:38:14 +13:00
2023-01-24 14:02:56 -05:00
2023-01-23 14:47:00 +00:00