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>;
149
149
existential type _0 : Bound ;
150
150
```
151
151
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
153
153
154
154
This syntax is specified in [ RFC 2071] . As in that RFC, this documentation
155
155
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.
175
175
176
176
### An alternative desugaring of bounds on associated types
177
177
178
- [ RFC 2089 ] : https://github.com/rust-lang/rfcs/blob/master/text /2089-implied-bounds.md
178
+ [ RFC 2089 ] : . /2089-implied-bounds.md
179
179
180
180
An alternative desugaring of the following definition:
181
181
You can’t perform that action at this time.
0 commit comments