@@ -63,14 +63,14 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
63
63
# Approved RFCs
64
64
65
65
* [ RFC 529: Generic conversion traits] [ conv ] .
66
- * [ RFC 803: Type ascription] [ asc ] .
66
+ * [ RFC 803: Type ascription] [ asc-approved ] .
67
67
* [ RFC 909: Move ` std::thread_local ` to ` std::thread::local ` ] [ local ] .
68
68
* [ RFC 921: Entry API v3] [ entry ] .
69
69
* [ RFC 940: Disallow hyphens in crate names] [ hype ] .
70
70
* [ RFC 968: Tweak closure return type syntax] [ close ] .
71
71
72
72
[ conv ] : https://github.com/rust-lang/rfcs/blob/master/text/0529-conversion-traits.md
73
- [ asc ] : https://github.com/rust-lang/rfcs/blob/master/text/0803-type-ascription.md
73
+ [ asc-approved ] : https://github.com/rust-lang/rfcs/blob/master/text/0803-type-ascription.md
74
74
[ local ] : https://github.com/rust-lang/rfcs/blob/master/text/0909-move-thread-local-to-std-thread.md
75
75
[ entry ] : https://github.com/rust-lang/rfcs/blob/master/text/0921-entry_v3.md
76
76
[ hype ] : https://github.com/rust-lang/rfcs/blob/master/text/0940-hyphens-considered-harmful.md
@@ -80,15 +80,15 @@ Now you can follow breaking changes *[as they happen][BitRust]*!
80
80
81
81
* [ Add std::env::concurrency_hint] [ conc ] .
82
82
* [ Deprecate ` CharExt::to_{upper,lower}case ` ] [ low ] .
83
- * [ Make type ascription expressions lvalues] [ asc ] .
83
+ * [ Make type ascription expressions lvalues] [ asc-new ] .
84
84
* [ Function pointers reform] [ fn ] .
85
85
* [ Add ` AtomicI32 ` and ` AtomicU32 ` ] [ atom ] .
86
86
* [ Allow unstable features in 1.0] [ unst ] .
87
87
88
88
[ unst ] : https://github.com/rust-lang/rfcs/pull/1007
89
89
[ atom ] : https://github.com/rust-lang/rfcs/pull/1000
90
90
[ fn ] : https://github.com/rust-lang/rfcs/pull/996
91
- [ asc ] : https://github.com/rust-lang/rfcs/pull/987
91
+ [ asc-new ] : https://github.com/rust-lang/rfcs/pull/987
92
92
[ low ] : https://github.com/rust-lang/rfcs/pull/986
93
93
[ conc ] : https://github.com/rust-lang/rfcs/blob/master/text/0968-closure-return-type-syntax.md
94
94
0 commit comments