File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ existential type Foo: Trait<Assoc = _0>;
149149existential type _0 : Bound ;
150150```
151151
152- [ RFC 2071 ] : https://github.com/rust-lang/rfcs/blob/master/text/ 2071-impl-trait-type-alias .md
152+ [ RFC 2071 ] : ./ 2071-impl-trait-existential-types .md
153153
154154This syntax is specified in [ RFC 2071] . As in that RFC, this documentation
155155uses the non-final syntax for existential type aliases.
@@ -175,7 +175,7 @@ The introduced form in this RFC is comparatively both shorter and clearer.
175175
176176### An alternative desugaring of bounds on associated types
177177
178- [ RFC 2089 ] : https://github.com/rust-lang/rfcs/blob/master/text /2089-implied-bounds.md
178+ [ RFC 2089 ] : . /2089-implied-bounds.md
179179
180180An alternative desugaring of the following definition:
181181
You can’t perform that action at this time.
0 commit comments