std::r#await! macro cannot be used even if #![feature(await_macro)] is enabled #60660
Labels
A-async-await
Area: Async & Await
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code:
Error:
Seems the second error relates to the fact that
std::await
is still defined usingyield
.rust/src/libstd/macros.rs
Line 378 in 9f83961
Rustc version: rustc 1.36.0-nightly (3f5152e 2019-05-08)
cc @cramertj
The text was updated successfully, but these errors were encountered: