rust/tests/ui/rfc-2497-if-let-chains
Edward Shen a8b77cfe54
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 block.

This is likely that the user has accidentally mixed if-let and let...else
together.
2023-01-23 20:33:04 -08:00
..
ast-lowering-does-not-wrap-let-chains.rs
ast-pretty-check.rs
ast-pretty-check.stdout
chains-without-let.rs
chains-without-let.stderr
disallowed-positions.rs
disallowed-positions.stderr
ensure-that-let-else-does-not-interact-with-let-chains.rs
ensure-that-let-else-does-not-interact-with-let-chains.stderr
feature-gate.rs
feature-gate.stderr
invalid-let-in-a-valid-let-context.rs
invalid-let-in-a-valid-let-context.stderr
irrefutable-lets.disallowed.stderr
irrefutable-lets.rs
issue-88498.rs
issue-90722.rs
issue-92145.rs
issue-93150.rs
issue-93150.stderr
issue-99938.rs
no-double-assigments.rs
protect-precedences.rs
protect-precedences.stderr
then-else-blocks.rs