Skip to content

Commit 25d62b0

Browse files
authored
Add tracking issue for #!feature(async_closure)]
This RFC isn't fully implemented, but tracking bug is closed. This PR adds a tracking bug I found for part of the RFC that is not implemented. There may be other open tracking bugs. This PR is intended to be an improvement, may not be a complete fix for issue: rust-lang/rust#66909
1 parent 809a988 commit 25d62b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

text/2394-async_await.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
- Feature Name: async_await
22
- Start Date: 2018-03-30
33
- RFC PR: [rust-lang/rfcs#2394](https://github.com/rust-lang/rfcs/pull/2394)
4-
- Rust Issue: [rust-lang/rust#50547](https://github.com/rust-lang/rust/issues/50547)
4+
- Rust Issues:
5+
- [rust-lang/rust#50547](https://github.com/rust-lang/rust/issues/50547)
6+
- [rust-lang/rust#62290](https://github.com/rust-lang/rust/issues/62290) - #!feature(async_closure)
57

68
# Summary
79
[summary]: #summary

0 commit comments

Comments
 (0)