From 9da8bae46b4b7236932d43b39f42a5edfbbe6ba8 Mon Sep 17 00:00:00 2001 From: Slanterns Date: Fri, 12 Apr 2024 17:17:18 +0800 Subject: [PATCH] Update 2289-associated-type-bounds.md --- text/2289-associated-type-bounds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text/2289-associated-type-bounds.md b/text/2289-associated-type-bounds.md index 92a021137..b817fc3c1 100644 --- a/text/2289-associated-type-bounds.md +++ b/text/2289-associated-type-bounds.md @@ -149,7 +149,7 @@ existential type Foo: Trait; existential type _0: Bound; ``` -[RFC 2071]: https://github.com/rust-lang/rfcs/blob/master/text/2071-impl-trait-type-alias.md +[RFC 2071]: ./2071-impl-trait-existential-types.md This syntax is specified in [RFC 2071]. As in that RFC, this documentation uses the non-final syntax for existential type aliases. @@ -175,7 +175,7 @@ The introduced form in this RFC is comparatively both shorter and clearer. ### An alternative desugaring of bounds on associated types -[RFC 2089]: https://github.com/rust-lang/rfcs/blob/master/text/2089-implied-bounds.md +[RFC 2089]: ./2089-implied-bounds.md An alternative desugaring of the following definition: