rust/tests/ui/rfcs/rfc-2497-if-let-chains
Matthew Jasper e324a59eb6 Address review comments
- Add doc comment to new type
- Restore "only supported directly in conditions of `if` and `while` expressions" note
- Rename variant with clearer name
2023-09-13 15:00:31 +00:00
..
ast-lowering-does-not-wrap-let-chains.rs
ast-pretty-check.rs
ast-pretty-check.stdout
ast-validate-guards.rs Move let expression checking to parsing 2023-09-11 15:51:18 +00:00
ast-validate-guards.stderr Address review comments 2023-09-13 15:00:31 +00:00
avoid-invalid-mir.rs Move let expression checking to parsing 2023-09-11 15:51:18 +00:00
avoid-invalid-mir.stderr Address review comments 2023-09-13 15:00:31 +00:00
chains-without-let.rs lower bare boolean expression with if-construct 2023-08-30 17:24:11 +08:00
disallowed-positions-without-feature-gate.rs Reduce double errors for invalid let expressions 2023-09-11 16:17:06 +00:00
disallowed-positions-without-feature-gate.stderr Address review comments 2023-09-13 15:00:31 +00:00
disallowed-positions.rs Move let expression checking to parsing 2023-09-11 15:51:18 +00:00
disallowed-positions.stderr Address review comments 2023-09-13 15:00:31 +00:00
ensure-that-let-else-does-not-interact-with-let-chains.rs Move let expression checking to parsing 2023-09-11 15:51:18 +00:00
ensure-that-let-else-does-not-interact-with-let-chains.stderr Address review comments 2023-09-13 15:00:31 +00:00
feature-gate.rs Move let expression checking to parsing 2023-09-11 15:51:18 +00:00
feature-gate.stderr Address review comments 2023-09-13 15:00:31 +00:00
invalid-let-in-a-valid-let-context.rs Move let expression checking to parsing 2023-09-11 15:51:18 +00:00
invalid-let-in-a-valid-let-context.stderr Address review comments 2023-09-13 15:00:31 +00:00
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