From d23b1c86ffd0bde2bc4724af5b926ea91a24842c Mon Sep 17 00:00:00 2001 From: lzutao Date: Wed, 10 Jul 2019 10:46:47 +0700 Subject: [PATCH] Fix link to rfc1857 --- src/dropck.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dropck.md b/src/dropck.md index 61a96dd..ada4853 100644 --- a/src/dropck.md +++ b/src/dropck.md @@ -25,7 +25,7 @@ let y; There are some more complex situations which are not possible to desugar using scopes, but the order is still defined ‒ variables are dropped in the reverse order of their definition, fields of structs and tuples in order of their -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]. Let's do this: