We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59ba55d + 4bc8853 commit 7044f4aCopy full SHA for 7044f4a
src/doc/trpl/the-stack-and-the-heap.md
@@ -277,9 +277,9 @@ allocated on the heap:
277
| 0 | x | ?????? |
278
279
[drop]: drop.html
280
-[moving]: We can make the memory live longer by transferring ownership,
281
- sometimes called ‘moving out of the box’. More complex examples will
282
- be covered later.
+[^moving]: We can make the memory live longer by transferring ownership,
+ sometimes called ‘moving out of the box’. More complex examples will
+ be covered later.
283
284
285
And then the stack frame goes away, freeing all of our memory.
0 commit comments