-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can define and use async fn without feature gate on nightly #60069
Comments
@Nemo157 Just to be clear: Is there a way to access If one must use some feature gate to use |
(leaving nominated and unprioritized for now, at least until above question is resolved.) |
triage: Based on @eddyb's statement that our plan is to stabilize futures "soon", I'll assign this P-high priority for now. Leaving nominated due to the question I posted above. |
@pnkfelix not that I could find, but |
Stabilisation issue: #59725 |
…ate, r=cramertj Feature gate async methods Fixes rust-lang#60069.
…ate, r=cramertj Feature gate async methods Fixes rust-lang#60069.
…ate, r=cramertj Feature gate async methods Fixes rust-lang#60069.
…ate, r=cramertj Feature gate async methods Fixes rust-lang#60069.
…ate, r=cramertj Feature gate async methods Fixes rust-lang#60069.
…ertj Feature gate async methods Fixes #60069.
(playground) runs without error, for some reason the
async_await
feature gate is not required.(cc @nikomatsakis @cramertj)
The text was updated successfully, but these errors were encountered: