There was an error while loading. Please reload this page.
2 parents 6806d17 + efb7915 commit c5c0e1dCopy full SHA for c5c0e1d
1 file changed
text/0320-nonzeroing-dynamic-drop.md
@@ -37,7 +37,8 @@ However, the above implementation is sub-optimal; problems include:
37
expect `struct Foo { x: u32, y: u32 }` to occupy 8 bytes, but if
38
`Foo` implements `Drop`, the hidden drop flag will cause it to
39
double in size (16 bytes).
40
- See the [Program illustrating semantic impact of hidden drop flag]
+ See the [Program illustrating semantic impact of hidden drop
41
+ flag](#program-illustrating-semantic-impact-of-hidden-drop-flag)
42
appendix for a concrete illustration. Note that when `Foo`
43
implements `Drop`, each instance of `Foo` carries a drop-flag, even
44
in contexts like a `Vec<Foo>` where a program
0 commit comments