]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/issues/issue-78938-async-block.stderr
Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC
[rust.git] / src / test / ui / async-await / issues / issue-78938-async-block.stderr
index 22ebd86d85ca13847e60b1a5c5f14972c20a7115..29aa8372f87d087e039cfd225ba88c964cb48051 100644 (file)
@@ -12,7 +12,7 @@ LL | |     });
 help: to force the async block to take ownership of `room_ref` (and any other referenced variables), use the `move` keyword
    |
 LL |     let gameloop_handle = spawn(async move {
-   |                                       ^^^^
+   |                                       ++++
 
 error: aborting due to previous error