Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

nightly std library change breaks romio #65

Closed
lijinpei opened this issue Feb 19, 2019 · 3 comments
Closed

nightly std library change breaks romio #65

lijinpei opened this issue Feb 19, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@lijinpei
Copy link

As of rustc 1.34.0-nightly (146aa60f3 2019-02-18), Wake, local_waker, local_waker_from_nonlocal is removed from std, which breaks romio's master branch.

@yoshuawuyts
Copy link
Collaborator

@lijinpei thanks for the heads up! -- we should fix this ASAP.

@yoshuawuyts yoshuawuyts added the bug Something isn't working label Feb 19, 2019
@yoshuawuyts
Copy link
Collaborator

yoshuawuyts commented Feb 19, 2019

Looks like this is blocked by a new release of futures-preview. Waiting on 0.3.0-alpha.13.

edit: PR for the futures change is here: rust-lang/futures-rs#1445. Changes in stdlib landed here: rust-lang/rust#57992.

@withoutboats
Copy link
Owner

Published version 0.3.0-alpha.2 which fixes this issue!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants