@@ -77,15 +77,16 @@ be completed.
77
77
| lang | [ ` safe_extern_statics ` compatibility lint] [ 36247 ] | Implemented | Blocked on making the lint a hard error |
78
78
| lang | [ ` use $crate; ` compatibility warning] [ 37390 ] | Implemented | Blocked on making the lint deny by default |
79
79
| lang | [ ` {Range, RangeFrom, RangeTo}::contains ` ] [ 32311 ] | Implemented | Blocked on [ unresolved questions] [ range_questions ] |
80
- | lang | | [ ` associated_type_defaults ` ] [ 29661 ] | Unimplemented | Blocked on decision on deprecation or semantic change |
80
+ | lang | [ ` associated_type_defaults ` ] [ 29661 ] | Unimplemented | Blocked on decision on deprecation or semantic change |
81
81
| libes | [ Specialization (RFC 1210)] [ 31844 ] | Implemented | Blocked on restrictions of lifetime dispatch |
82
82
| libs | [ API convention for blocking-, timeout-, and/or deadline-related functions] [ 46316 ] | Unimplemented | Blocked on FCP |
83
83
| libs | [ Add ` is_empty ` function to ` ExactSizeIterator ` ] [ 35428 ] | Unimplemented | Blocked on unresolved design decisions |
84
84
| libs | [ Adding more atomic integer types] [ 32976 ] | Implementation in progress | Blocked on atomic ` 128 ` bit integers. |
85
85
| libs | [ Allow a ` HashMap ` and ` BTreeMap ` entry to be replaced.] [ 44286 ] | Implemented | Blocked on decision to stabilise |
86
86
| libs | [ Cell::update] [ 50186 ] | Implemented | Blocked on unresolved questions |
87
87
| libs | [ Custom allocators in standard collections] [ 42774 ] | Implementation in progress | Blocked on [ #47043 ] and [ #50882 ] |
88
- | libs | [ IP constructors] [ 44582 ] | Implementation in progress | Blocked on moving the implementation to use associated consts |
88
+ | libs | [ IP constructors] [ 44582 ] | Implementation in progress | Blocked on moving the implementation to use
89
+ ociated consts |
89
90
| libs | [ Integer methods for Wrapping] [ 32463 ] | Implementation in progress | Some methods are still missing implementations. |
90
91
| libs | [ Path/PathBuf normalization methods] [ 47402 ] | Unimplemented | Blocked on implementation |
91
92
| libs | [ Pluggable panic implementations (RFC 1513)] [ 32837 ] | Unimplemented | Blocked on unresolved design decisions |
0 commit comments