You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}}`
The text was updated successfully, but these errors were encountered:
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.:
The text was updated successfully, but these errors were encountered: