Skip to content
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

cargo build --no-default-features --features=unstable fails #842

Closed
Keruspe opened this issue Jul 24, 2020 · 0 comments
Closed

cargo build --no-default-features --features=unstable fails #842

Keruspe opened this issue Jul 24, 2020 · 0 comments

Comments

@Keruspe
Copy link
Member

Keruspe commented Jul 24, 2020

error[E0433]: failed to resolve: unresolved import
  --> src/utils.rs:70:42
   |
70 |     once_cell::sync::Lazy::force(&crate::rt::RUNTIME);
   |                                          ^^
   |                                          |
   |                                          unresolved import
   |                                          help: a similar path exists: `std::rt`
Keruspe added a commit to Keruspe/async-std that referenced this issue Jul 24, 2020
Fixes async-rs#842

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant