Skip to content

Commit d23b1c8

Browse files
tesujiGankra
authored andcommitted
Fix link to rfc1857
1 parent 47d0810 commit d23b1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let y;
2525
There are some more complex situations which are not possible to desugar using
2626
scopes, but the order is still defined ‒ variables are dropped in the reverse
2727
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].
28+
definition. There are some more details about order of drop in [RFC 1857][rfc1857].
2929

3030
Let's do this:
3131

0 commit comments

Comments
 (0)