mirror of https://github.com/rust-lang/rfcs.git
Add open question around resolution of #112194
This commit is contained in:
parent
caf455a1f0
commit
6adfb20ae7
|
@ -646,6 +646,7 @@ There are a number of crates that do desugaring like this manually or with proce
|
|||
[unresolved-questions]: #unresolved-questions
|
||||
|
||||
- Should we stabilize this feature together with `async fn` to mitigate hazards of writing a trait that is not forwards-compatible with its desugaring? (See [drawbacks].)
|
||||
- Resolution of [#112194: RPITIT is allowed to name any in-scope lifetime parameter, unlike inherent RPIT methods](https://github.com/rust-lang/rust/issues/112194)
|
||||
|
||||
# Future possibilities
|
||||
[future-possibilities]: #future-possibilities
|
||||
|
|
Loading…
Reference in New Issue