Skip to content

Commit

Permalink
Merge pull request #3612 from slanterns/patch-1
Browse files Browse the repository at this point in the history
Update 2289-associated-type-bounds.md
  • Loading branch information
ehuss committed Apr 12, 2024
2 parents bc01ed8 + 9da8bae commit 766f61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/2289-associated-type-bounds.md
Expand Up @@ -149,7 +149,7 @@ existential type Foo: Trait<Assoc = _0>;
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.
Expand All @@ -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:

Expand Down

0 comments on commit 766f61b

Please sign in to comment.