Skip to content

Commit 8e4b83c

Browse files
Add link in footnote
1 parent 70650ac commit 8e4b83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/3627-match-ergonomics-2024.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ There are several motivations for allowing this:
311311
let a: &u8 = &mut 42;
312312
```
313313

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 `&`.
316316

317317
[^sub]: Making `&mut` a subtype of `&` in actual implementation would require
318318
adding significant complexity to the variance rules, but I do believe it to be

0 commit comments

Comments
 (0)