You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/3627-match-ergonomics-2024.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -311,8 +311,8 @@ There are several motivations for allowing this:
311
311
leta:&u8=&mut42;
312
312
```
313
313
314
-
[^nrmba]: This is even more true in light of the new rule that prevents the
315
-
default binding mode from being set to `ref mut` behind `&`.
314
+
[^nrmba]: This is especially true in light of the [new rule](#all-editions-the-default-binding-mode-is-never-set-to-ref-mut-behind-an--pattern-or-reference)
315
+
that prevents the default binding mode from being set to `ref mut` behind `&`.
316
316
317
317
[^sub]: Making `&mut` a subtype of `&` in actual implementation would require
318
318
adding significant complexity to the variance rules, but I do believe it to be
0 commit comments