Skip to content

Commit

Permalink
Bless test output
Browse files Browse the repository at this point in the history
  • Loading branch information
sledgehammervampire committed Jan 13, 2021
1 parent 7f41465 commit f5c4287
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ LL | | });
| |_____^ may outlive borrowed value `room_ref`
|
= note: async blocks are not executed immediately and must either take a reference or ownership of outside variables they use
= help: see https://rust-lang.github.io/async-book/03_async_await/01_chapter.html#awaiting-on-a-multithreaded-executor for more information
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 {
Expand Down

0 comments on commit f5c4287

Please sign in to comment.