Closed
Description
The error message for E0627 is currently:
rust/src/librustc_typeck/check/mod.rs
Line 4129 in 0a223d1
But could be something, IMHO more helpful, like:
The containing function is not marked as
async
The error message for E0627 is currently:
rust/src/librustc_typeck/check/mod.rs
Line 4129 in 0a223d1
But could be something, IMHO more helpful, like:
The containing function is not marked as
async