]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/issues/issue-67893.rs
Provide a better diagnostic on failure to meet send bound on futures in a foreign...
[rust.git] / src / test / ui / async-await / issues / issue-67893.rs
index 8b53408d758e110ef55992fc4f94c42390e4f5cd..d73772e5fa0d9b3616287e11efad261464f9dfbf 100644 (file)
@@ -7,5 +7,5 @@ fn g(_: impl Send) {}
 
 fn main() {
     g(issue_67893::run())
-    //~^ ERROR generator cannot be sent between threads safely
+    //~^ ERROR future cannot be sent between threads safely
 }