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

futures-core-preview broken on latest nightly #1296

Closed
tikue opened this issue Oct 19, 2018 · 1 comment
Closed

futures-core-preview broken on latest nightly #1296

tikue opened this issue Oct 19, 2018 · 1 comment

Comments

@tikue
Copy link
Contributor

tikue commented Oct 19, 2018

I think rust-lang/rust#54671 might have broken futures-core-preview when the std feature is enabled (which it is by default).

Lots of errors spit out, e.g.:

error[E0433]: failed to resolve. Could not find `std` in `{{root}}`                                                                                                                                                                                                                       
   --> futures-core/src/future/future_obj.rs:194:9                                                                                                                                                                                                                                        
    |                                                                                                                                                                                                                                                                                     
194 |     use std::boxed::Box;                                                                                                                                                                                                                                                            
    |         ^^^ Could not find `std` in `{{root}}` 
@cramertj
Copy link
Member

Thanks for the report-- I'll have a PR up in a moment.

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

2 participants