We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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}; | ^^^^^^
The text was updated successfully, but these errors were encountered:
Already being fixed by #1231
Sorry, something went wrong.
No branches or pull requests
rust-lang/rust#53227
The text was updated successfully, but these errors were encountered: