Skip to content

Commit 72b7875

Browse files
committed
link to rust issue
1 parent 6cf7d28 commit 72b7875

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

text/3185-static-async-fn-in-trait.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Feature Name: `async_fn_in_traits`
44
- Start Date: 2021-10-13
55
- RFC PR: [rust-lang/rfcs#3185](https://github.com/rust-lang/rfcs/pull/3185)
6-
- Rust Issue: [rust-lang/rust#0000](https://github.com/rust-lang/rust/issues/0000)
6+
- Rust Issue: [rust-lang/rust#91611](https://github.com/rust-lang/rust/issues/91611)
77

88
# Summary
99
[summary]: #summary
@@ -217,9 +217,7 @@ The [`real-async-trait`] lowers `async fn` to use GATs and impl Trait, roughly a
217217
# Unresolved questions
218218
[unresolved-questions]: #unresolved-questions
219219

220-
- What parts of the design do you expect to resolve through the RFC process before this gets merged?
221-
- What parts of the design do you expect to resolve through the implementation of this feature before stabilization?
222-
- What related issues do you consider out of scope for this RFC that could be addressed in the future independently of the solution that comes out of this RFC?
220+
- None.
223221

224222
# Future possibilities
225223
[future-possibilities]: #future-possibilities

0 commit comments

Comments
 (0)