Skip to content

Commit f5c4287

Browse files
Bless test output
1 parent 7f41465 commit f5c4287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/async-await/issues/issue-78938-async-block.stderr

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ LL | | });
99
| |_____^ may outlive borrowed value `room_ref`
1010
|
1111
= note: async blocks are not executed immediately and must either take a reference or ownership of outside variables they use
12-
= help: see https://rust-lang.github.io/async-book/03_async_await/01_chapter.html#awaiting-on-a-multithreaded-executor for more information
1312
help: to force the async block to take ownership of `room_ref` (and any other referenced variables), use the `move` keyword
1413
|
1514
LL | let gameloop_handle = spawn(async move {

0 commit comments

Comments
 (0)