Skip to content

Commit 840b50f

Browse files
Merge pull request rust-lang#149 from Aaronepower/patch-1
Fixed small formatting bug in State of Rust.
2 parents fe3bf15 + 8bdcfff commit 840b50f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

state-of-rust.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,16 @@ be completed.
7777
| lang | [`safe_extern_statics` compatibility lint][36247] | Implemented | Blocked on making the lint a hard error |
7878
| lang | [`use $crate;` compatibility warning][37390] | Implemented | Blocked on making the lint deny by default |
7979
| 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 |
8181
| libes | [Specialization (RFC 1210)][31844] | Implemented | Blocked on restrictions of lifetime dispatch |
8282
| libs | [API convention for blocking-, timeout-, and/or deadline-related functions][46316] | Unimplemented | Blocked on FCP |
8383
| libs | [Add `is_empty` function to `ExactSizeIterator`][35428] | Unimplemented | Blocked on unresolved design decisions |
8484
| libs | [Adding more atomic integer types][32976] | Implementation in progress | Blocked on atomic `128` bit integers. |
8585
| libs | [Allow a `HashMap` and `BTreeMap` entry to be replaced.][44286] | Implemented | Blocked on decision to stabilise |
8686
| libs | [Cell::update][50186] | Implemented | Blocked on unresolved questions |
8787
| 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 |
8990
| libs | [Integer methods for Wrapping][32463] | Implementation in progress | Some methods are still missing implementations. |
9091
| libs | [Path/PathBuf normalization methods][47402] | Unimplemented | Blocked on implementation |
9192
| libs | [Pluggable panic implementations (RFC 1513)][32837] | Unimplemented | Blocked on unresolved design decisions |

0 commit comments

Comments
 (0)