Quickstart code - dont work. #2984
Unanswered
andreysneg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Requires the
attributes
feature ofasync-std
How ? Where ? Why ? How eneble
attributes
feature of `async-std ?RustRover show error :
#[async_std::main] // Requires the
attributes
feature ofasync-std
| ^^^^ could not find
main
inasync_std
My dependecies :
[dependencies]
sqlx = { version = "0.7.3", features = [ "runtime-async-std", "postgres" ] }
async-std = "1.12.0"
Beta Was this translation helpful? Give feedback.
All reactions