futures-io-preview 0.3.0-alpha.8

The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
Build #121929 2018-10-16T22:15:45.363635+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading futures-io-preview v0.3.0-alpha.8
Downloading futures-core-preview v0.3.0-alpha.8
Fresh either v1.5.0
Fresh libc v0.2.43
Compiling futures-core-preview v0.3.0-alpha.8
Fresh iovec v0.1.2
Running `rustc --crate-name futures_core .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="either"' --cfg 'feature="std"' -C metadata=78a58a4e4d7abff0 -C extra-filename=-78a58a4e4d7abff0 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-48a8c7d9b027fbd8.rlib --extern-version either=either,1.5.0 --cap-lints allow`
error[E0432]: unresolved import `core::pin`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/mod.rs:4:11
|
4 | use core::pin::Pin;
|           ^^^ Could not find `pin` in `core`

error[E0432]: unresolved import `core::future`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/mod.rs:6:15
|
6 | pub use core::future::Future;
|               ^^^^^^ Could not find `future` in `core`

error[E0432]: unresolved import `core::future`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:3:5
|
3 |     future::Future,
|     ^^^^^^ Could not find `future` in `core`

error[E0432]: unresolved import `core::pin`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:5:5
|
5 |     pin::Pin,
|     ^^^ Could not find `pin` in `core`

error[E0432]: unresolved import `core::task`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:6:5
|
6 |     task::{LocalWaker, Poll},
|     ^^^^ Could not find `task` in `core`

error[E0432]: unresolved import `core::pin`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:6:11
|
6 | use core::pin::Pin;
|           ^^^ Could not find `pin` in `core`

error[E0432]: unresolved import `either`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:9:5
|
9 | use either::Either;
|     ^^^^^^ Maybe a missing `extern crate either;`?

error[E0432]: unresolved import `core::pin`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:5:11
|
5 | use core::pin::Pin;
|           ^^^ Could not find `pin` in `core`

error[E0432]: unresolved import `core::task`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/task/mod.rs:6:15
|
6 | pub use core::task::{Poll, Waker, LocalWaker, UnsafeWake};
|               ^^^^ Could not find `task` in `core`

error[E0433]: failed to resolve. Maybe a missing `extern crate std;`?
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:194:9
|
194 |     use std::boxed::Box;
|         ^^^ Maybe a missing `extern crate std;`?

error[E0433]: failed to resolve. Maybe a missing `extern crate std;`?
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:196:9
|
196 |     use std::boxed::Box;
|         ^^^ Maybe a missing `extern crate std;`?

error[E0433]: failed to resolve. Maybe a missing `extern crate std;`?
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:136:9
|
136 |     use std::boxed::Box;
|         ^^^ Maybe a missing `extern crate std;`?

error[E0433]: failed to resolve. Maybe a missing `extern crate std;`?
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/task/mod.rs:8:13
|
8 |     pub use std::task::{Wake, local_waker, local_waker_from_nonlocal};
|             ^^^ Maybe a missing `extern crate std;`?

error[E0433]: failed to resolve. Use of undeclared type or module `Box`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:200:13
|
200 |             Box::into_raw(self) as *mut ()
|             ^^^ Use of undeclared type or module `Box`

error[E0433]: failed to resolve. Use of undeclared type or module `Box`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:210:18
|
210 |             drop(Box::from_raw(ptr as *mut F))
|                  ^^^ Use of undeclared type or module `Box`

error[E0433]: failed to resolve. Use of undeclared type or module `Box`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:233:28
|
233 |             drop(Pin::from(Box::from_raw(ptr as *mut F)));
|                            ^^^ Use of undeclared type or module `Box`

error[E0433]: failed to resolve. Use of undeclared type or module `Box`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:202:13
|
202 |             Box::into_raw(self) as *mut ()
|             ^^^ Use of undeclared type or module `Box`

error[E0433]: failed to resolve. Use of undeclared type or module `Box`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:212:18
|
212 |             drop(Box::from_raw(ptr as *mut F))
|                  ^^^ Use of undeclared type or module `Box`

error[E0433]: failed to resolve. Use of undeclared type or module `Box`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:230:18
|
230 |             drop(Box::from_raw(ptr as *mut F))
|                  ^^^ Use of undeclared type or module `Box`

error[E0433]: failed to resolve. Maybe a missing `extern crate std;`?
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:149:34
|
149 |     impl<S: Stream> Stream for ::std::panic::AssertUnwindSafe<S> {
|                                  ^^^ Maybe a missing `extern crate std;`?

error[E0433]: failed to resolve. Maybe a missing `extern crate std;`?
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:160:33
|
160 |     impl<T: Unpin> Stream for ::std::collections::VecDeque<T> {
|                                 ^^^ Maybe a missing `extern crate std;`?

error[E0433]: failed to resolve. Use of undeclared type or module `Poll`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:167:13
|
167 |             Poll::Ready(self.pop_front())
|             ^^^^ Use of undeclared type or module `Poll`

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:196:54
|
196 |     unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Box<F>
|                                                      ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:214:58
|
214 |     unsafe impl<'a, T, F> UnsafeFutureObj<'a, T> for Pin<Box<F>>
|                                                          ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:237:59
|
237 |     impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> {
|                                                           ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:238:28
|
238 |         fn from(boxed: Pin<Box<F>>) -> Self {
|                            ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:243:55
|
243 |     impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> {
|                                                       ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:244:24
|
244 |         fn from(boxed: Box<F>) -> Self {
|                        ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:249:52
|
249 |     impl<'a, F: Future<Output = ()> + 'a> From<Pin<Box<F>>> for LocalFutureObj<'a, ()> {
|                                                    ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:250:28
|
250 |         fn from(boxed: Pin<Box<F>>) -> Self {
|                            ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:255:48
|
255 |     impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> {
|                                                ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/future_obj.rs:256:24
|
256 |         fn from(boxed: Box<F>) -> Self {
|                        ^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/mod.rs:27:14
|
27 |         lw: &LocalWaker,
|              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/mod.rs:28:10
|
28 |     ) -> Poll<Result<Self::Ok, Self::Error>>;
|          ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/mod.rs:38:44
|
38 |     fn try_poll(self: Pin<&mut Self>, lw: &LocalWaker) -> Poll<F::Output> {
|                                            ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/mod.rs:38:59
|
38 |     fn try_poll(self: Pin<&mut Self>, lw: &LocalWaker) -> Poll<F::Output> {
|                                                           ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:20:39
|
20 |     poll_next_fn: unsafe fn(*mut (), &LocalWaker) -> Poll<Option<T>>,
|                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:20:54
|
20 |     poll_next_fn: unsafe fn(*mut (), &LocalWaker) -> Poll<Option<T>>,
|                                                      ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:68:14
|
68 |         lw: &LocalWaker,
|              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:69:10
|
69 |     ) -> Poll<Option<T>> {
|          ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:116:14
|
116 |         lw: &LocalWaker,
|              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:117:10
|
117 |     ) -> Poll<Option<T>> {
|          ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:146:14
|
146 |         lw: &LocalWaker,
|              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:147:10
|
147 |     ) -> Poll<Option<T>>;
|          ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:169:14
|
169 |         lw: &LocalWaker,
|              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:170:10
|
170 |     ) -> Poll<Option<T>> {
|          ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:187:14
|
187 |         lw: &LocalWaker,
|              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:188:10
|
188 |     ) -> Poll<Option<T>> {
|          ^^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:198:54
|
198 |     unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Box<F>
|                                                      ^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:205:48
|
205 |         unsafe fn poll_next(ptr: *mut (), lw: &LocalWaker) -> Poll<Option<T>> {
|                                                ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:205:63
|
205 |         unsafe fn poll_next(ptr: *mut (), lw: &LocalWaker) -> Poll<Option<T>> {
|                                                               ^^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:216:58
|
216 |     unsafe impl<'a, T, F> UnsafeStreamObj<'a, T> for Pin<Box<F>>
|                                                          ^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:223:48
|
223 |         unsafe fn poll_next(ptr: *mut (), lw: &LocalWaker) -> Poll<Option<T>> {
|                                                ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:223:63
|
223 |         unsafe fn poll_next(ptr: *mut (), lw: &LocalWaker) -> Poll<Option<T>> {
|                                                               ^^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:234:57
|
234 |     impl<'a, F: Stream<Item = ()> + Send + 'a> From<Pin<Box<F>>> for StreamObj<'a, ()> {
|                                                         ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:235:28
|
235 |         fn from(boxed: Pin<Box<F>>) -> Self {
|                            ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:240:53
|
240 |     impl<'a, F: Stream<Item = ()> + Send + 'a> From<Box<F>> for StreamObj<'a, ()> {
|                                                     ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:241:24
|
241 |         fn from(boxed: Box<F>) -> Self {
|                        ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:246:50
|
246 |     impl<'a, F: Stream<Item = ()> + 'a> From<Pin<Box<F>>> for LocalStreamObj<'a, ()> {
|                                                  ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:247:28
|
247 |         fn from(boxed: Pin<Box<F>>) -> Self {
|                            ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:252:46
|
252 |     impl<'a, F: Stream<Item = ()> + 'a> From<Box<F>> for LocalStreamObj<'a, ()> {
|                                              ^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:253:24
|
253 |         fn from(boxed: Box<F>) -> Self {
|                        ^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:57:14
|
57 |         lw: &LocalWaker,
|              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:58:10
|
58 |     ) -> Poll<Option<Self::Item>>;
|          ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:66:14
|
66 |         lw: &LocalWaker,
|              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:67:10
|
67 |     ) -> Poll<Option<Self::Item>> {
|          ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:81:14
|
81 |         lw: &LocalWaker,
|              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:82:10
|
82 |     ) -> Poll<Option<Self::Item>> {
|          ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:94:45
|
94 |     fn poll_next(self: Pin<&mut Self>, lw: &LocalWaker) -> Poll<Option<A::Item>> {
|                                             ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:94:60
|
94 |     fn poll_next(self: Pin<&mut Self>, lw: &LocalWaker) -> Poll<Option<A::Item>> {
|                                                            ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:118:49
|
118 |     fn try_poll_next(self: Pin<&mut Self>, lw: &LocalWaker)
|                                                 ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:119:12
|
119 |         -> Poll<Option<Result<Self::Ok, Self::Error>>>;
|            ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:128:49
|
128 |     fn try_poll_next(self: Pin<&mut Self>, lw: &LocalWaker)
|                                                 ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:129:12
|
129 |         -> Poll<Option<Result<Self::Ok, Self::Error>>>
|            ^^^^ not found in this scope

error[E0412]: cannot find type `Box` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:138:49
|
138 |     impl<S: ?Sized + Stream + Unpin> Stream for Box<S> {
|                                                 ^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:143:18
|
143 |             lw: &LocalWaker,
|                  ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:144:14
|
144 |         ) -> Poll<Option<Self::Item>> {
|              ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:154:18
|
154 |             lw: &LocalWaker,
|                  ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:155:14
|
155 |         ) -> Poll<Option<S::Item>> {
|              ^^^^ not found in this scope

error[E0412]: cannot find type `LocalWaker` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:165:19
|
165 |             _lw: &LocalWaker,
|                   ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `Poll` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:166:14
|
166 |         ) -> Poll<Option<Self::Item>> {
|              ^^^^ not found in this scope

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/lib.rs:12:24
|
12 | #[doc(hidden)] pub use crate::future::Future;
|                        ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/lib.rs:13:24
|
13 | #[doc(hidden)] pub use crate::future::TryFuture;
|                        ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/lib.rs:15:24
|
15 | #[doc(hidden)] pub use crate::stream::Stream;
|                        ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/lib.rs:16:24
|
16 | #[doc(hidden)] pub use crate::stream::TryStream;
|                        ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/lib.rs:18:24
|
18 | #[doc(hidden)] pub use crate::task::Poll;
|                        ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/future/mod.rs:3:5
|
3 | use crate::task::{LocalWaker, Poll};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/mod.rs:3:5
|
3 | use crate::task::{LocalWaker, Poll};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/stream/stream_obj.rs:2:5
|
2 | use crate::task::{LocalWaker, Poll};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/task/spawn.rs:1:5
|
1 | use crate::future::{FutureObj, LocalFutureObj};
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error: aborting due to 90 previous errors

Some errors occurred: E0412, E0432, E0433, E0658.
For more information about an error, try `rustc --explain E0412`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `futures-core-preview`.,
cause: process didn't exit successfully: `rustc --crate-name futures_core .cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="either" --cfg feature="std" -C metadata=78a58a4e4d7abff0 -C extra-filename=-78a58a4e4d7abff0 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-48a8c7d9b027fbd8.rlib --extern-version either=either,1.5.0 --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.