We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e649309 commit a75166cCopy full SHA for a75166c
text/3627-match-ergonomics-2024.md
@@ -278,7 +278,7 @@ over an edition.
278
The proposed rules for new editions uphold the following property:
279
280
> For any two nested patterns `$pat0` and `$pat1`, such that `$pat1` uses match
281
-> ergonomics only (no explicit `ref`/`ref mut`), and valid pattern match
+> ergonomics only (no explicit `ref`/`ref mut`), and pattern match
282
> `let $pat0($pat1(binding)) = scrut`, either:
283
>
284
> - `let $pat0(temp) = scrut; let $pat1(binding) = temp;` compiles, with the
0 commit comments