rustc crashes with exit code 101 and no error - 2018 edition + futures-await + automatic extern crate #51975
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-rust-2018-preview
Area: The 2018 edition preview
Milestone
Cargo.toml
Cargo.lock
lib.rs
Uncommenting the
extern crate futures_await;
line makes it compile successfully.Using the
futures
0.1.x crate directly instead offutures_await
compiles successfully, without needing to add anextern crate futures;
line.The text was updated successfully, but these errors were encountered: