Skip to content

Commit 6081324

Browse files
Fix another typo
Co-authored-by: kennytm <kennytm@gmail.com>
1 parent f42a677 commit 6081324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3627-match-ergonomics-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ let [&a] = &[&0u8]; // `a` is `u8` on edition ≤ 2021, but `&u8` on edition ≥
212212
let [mut a] = &[0u8]; // `a` is `u8` on edition ≤ 2021, but `&u8` on edition ≥ 2024
213213
```
214214

215-
Instances of such incompatibilities appear to be common, but far from unknown
215+
Instances of such incompatibilities appear to be uncommon, but far from unknown
216216
(20 cases in `rustc`, for example). The migration lint for the feature entirely
217217
desugars the match ergonomics of the affected pattern. This is necessary to
218218
produce code that works on all editions, but it means that adopting the new

0 commit comments

Comments
 (0)