Skip to content

Commit 9f6c6db

Browse files
authored
Fix link to implied bounds RFC. (#553)
1 parent 8abfcc1 commit 9f6c6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2020-03-28-traits-sprint-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This Tuesday, the traits working group finished our first sprint of 2020, last 6
1313

1414
The overarching goal of the [traits working group][wg-traits] is to create a performant, extensible, and clean implementation of Rust's trait system. This implementation should scale not only to existing Rust features but also to new and upcoming features, such as:
1515

16-
* Implied bounds ([RFC](https://rust-lang.github.io/rfcs/2089-implied-bounds.md))
16+
* Implied bounds ([RFC](https://rust-lang.github.io/rfcs/2089-implied-bounds.html))
1717
* Const generics ([RFC](https://rust-lang.github.io/rfcs/2000-const-generics.html))
1818
* Generic associated types (GATs) ([RFC](https://rust-lang.github.io/rfcs/1598-generic_associated_types.html))
1919
* Inherent associated items ([tracking issue](https://github.com/rust-lang/rust/issues/8995))

0 commit comments

Comments
 (0)