Skip to content

Commit b231aee

Browse files
committed
restructure async paragraph
1 parent 228a3c3 commit b231aee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

posts/2024-09-19-Project-Goals-Sep-Update.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,14 @@ Keep in mind, there will be items that are currently tracked for the edition tha
3939
[#105]: https://github.com/rust-lang/rust-project-goals/issues/105
4040
[#129629]: https://github.com/rust-lang/rust/issues/129629
4141

42-
We are generally on track with our marquee features: (1) Support for *async closures* is available on Nightly and the lang team arrived at a tentative consensus to keep the existing syntax (written rationale and formal decision are in progress). We issued a [call for testing](https://blog.rust-lang.org/inside-rust/2024/08/09/async-closures-call-for-testing.html) as well which has so far uncovered no issues. (2) Partial support for *Return Type Notation* is available on Nightly with the remainder under review. In addition, *dynamic dispatch for async functions* and *experimental async drop work* both made implementation progress. Async WG reorganization has made no progress. [Read the full details on the tracking issue.](https://github.com/rust-lang/rust-project-goals/issues/105#issuecomment-2361474377)
42+
We are generally on track with our marquee features:
4343

44+
1. Support for *async closures* is available on Nightly and the lang team arrived at a tentative consensus to keep the existing syntax (written rationale and formal decision are in progress). We issued a [call for testing](https://blog.rust-lang.org/inside-rust/2024/08/09/async-closures-call-for-testing.html) as well which has so far uncovered no issues.
45+
2. Partial support for *Return Type Notation* is available on Nightly with the remainder under review.
46+
47+
In addition, *dynamic dispatch for async functions* and *experimental async drop work* both made implementation progress. Async WG reorganization has made no progress.
48+
49+
[Read the full details on the tracking issue.](https://github.com/rust-lang/rust-project-goals/issues/105#issuecomment-2361474377)
4450

4551
### Stabilize features needed by Rust for Linux (tracked in [#116])
4652

0 commit comments

Comments
 (0)