You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
await is only allowed inside async functions and blocks
only allowed inside async functions and blocksrustc(E0728)
main.rs(14, 8): this is not async
main.rs(15, 20): only allowed inside async functions and blocks
Show a light bulb that gives the user the option to add "async" to the function.
Show a light bulb that gives the user the option to add "async" to the function.
Before:
After:
The text was updated successfully, but these errors were encountered: