mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
a8b77cfe54
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. |
||
---|---|---|
.. | ||
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 |