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 has been archived by the owner on Mar 3, 2020. It is now read-only.
Compiling futures v0.2.0-beta
Compiling futures-await-async-macro v0.2.0-alpha
Compiling futures-await v0.2.0-alpha
error[E0432]: unresolved import `stable::StableFuture`
--> /Users/daniel/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/futures-await-0.2.0-alpha/src/__rt/pinned_future.rs:8:5
|
8 | use stable::StableFuture;
| ^^^^^^^^^^^^^^^^^^^^ no `StableFuture` in the root
error[E0432]: unresolved import `stable::StableStream`
--> /Users/daniel/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/futures-await-0.2.0-alpha/src/__rt/pinned_stream.rs:7:5
|
7 | use stable::StableStream;
| ^^^^^^^^^^^^^^^^^^^^ no `StableStream` in the root
error[E0432]: unresolved import `stable::StableFuture`
--> /Users/daniel/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/futures-await-0.2.0-alpha/src/__rt/mod.rs:16:18
|
16 | pub use stable::{StableFuture, StableStream};
| ^^^^^^^^^^^^ no `StableFuture` in the root
error[E0432]: unresolved import `stable::StableStream`
--> /Users/daniel/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/futures-await-0.2.0-alpha/src/__rt/mod.rs:16:32
|
16 | pub use stable::{StableFuture, StableStream};
| ^^^^^^^^^^^^ no `StableStream` in the root
This was done on a clean/new folder, tried cargo clean, and upgrading my nightly version to most recent rustc 1.26.0-nightly (75af15ee6 2018-03-20) this also occurred on an earlier version of nightly, unfortunately I do not have the actual date/commit for this report.
The text was updated successfully, but these errors were encountered:
This was done on a clean/new folder, tried
cargo clean
, and upgrading my nightly version to most recentrustc 1.26.0-nightly (75af15ee6 2018-03-20)
this also occurred on an earlier version of nightly, unfortunately I do not have the actual date/commit for this report.The text was updated successfully, but these errors were encountered: