diff options
| author | 1000teslas <47207223+1000teslas@users.noreply.github.com> | 2021-01-14 01:02:49 +1100 |
|---|---|---|
| committer | 1000teslas <47207223+1000teslas@users.noreply.github.com> | 2021-01-14 01:02:49 +1100 |
| commit | f5c428799f42a34cc22621cc865fba787a32b405 (patch) | |
| tree | c8835e456425af525dd715d320f4958349f1de31 /src/test | |
| parent | 7f41465f6d025445374626c14958f8181a54c639 (diff) | |
| download | rust-f5c428799f42a34cc22621cc865fba787a32b405.tar.gz rust-f5c428799f42a34cc22621cc865fba787a32b405.zip | |
Bless test output
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/async-await/issues/issue-78938-async-block.stderr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/ui/async-await/issues/issue-78938-async-block.stderr b/src/test/ui/async-await/issues/issue-78938-async-block.stderr index 5450038c0d9..01ffc48d654 100644 --- a/src/test/ui/async-await/issues/issue-78938-async-block.stderr +++ b/src/test/ui/async-await/issues/issue-78938-async-block.stderr @@ -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 { |
