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

Pin types have moved #1232

Closed
Arnavion opened this issue Aug 29, 2018 · 1 comment
Closed

Pin types have moved #1232

Arnavion opened this issue Aug 29, 2018 · 1 comment

Comments

@Arnavion
Copy link
Contributor

rust-lang/rust#53227

 --> C:\Users\Arnavion\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-core-preview-0.3.0-alpha.3\src\future.rs:4:5
  |
4 | use core::mem::PinMut;
  |     ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem`

error[E0432]: unresolved import `core::mem::PinMut`
 --> C:\Users\Arnavion\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-core-preview-0.3.0-alpha.3\src\stream.rs:5:5
  |
5 | use core::mem::PinMut;
  |     ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem`

error[E0603]: struct `PinBox` is private
   --> C:\Users\Arnavion\.cargo\registry\src\github.com-1ecc6299db9ec823\futures-core-preview-0.3.0-alpha.3\src\stream.rs:128:27
    |
128 |     use std::boxed::{Box, PinBox};
    |                           ^^^^^^
@Arnavion
Copy link
Contributor Author

Already being fixed by #1231

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