Skip to content

Commit c5c0e1d

Browse files
authored
Merge pull request #3995 from DanielEScherzer/320-section-link
RFC 320: fix broken section link
2 parents 6806d17 + efb7915 commit c5c0e1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

text/0320-nonzeroing-dynamic-drop.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ However, the above implementation is sub-optimal; problems include:
3737
expect `struct Foo { x: u32, y: u32 }` to occupy 8 bytes, but if
3838
`Foo` implements `Drop`, the hidden drop flag will cause it to
3939
double in size (16 bytes).
40-
See the [Program illustrating semantic impact of hidden drop flag]
40+
See the [Program illustrating semantic impact of hidden drop
41+
flag](#program-illustrating-semantic-impact-of-hidden-drop-flag)
4142
appendix for a concrete illustration. Note that when `Foo`
4243
implements `Drop`, each instance of `Foo` carries a drop-flag, even
4344
in contexts like a `Vec<Foo>` where a program

0 commit comments

Comments
 (0)