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.
1 parent 47d0810 commit d23b1c8Copy full SHA for d23b1c8
src/dropck.md
@@ -25,7 +25,7 @@ let y;
25
There are some more complex situations which are not possible to desugar using
26
scopes, but the order is still defined ‒ variables are dropped in the reverse
27
order of their definition, fields of structs and tuples in order of their
28
-definition. There are some more details about order of drop in [rfc1875].
+definition. There are some more details about order of drop in [RFC 1857][rfc1857].
29
30
Let's do this:
31
0 commit comments