diff options
| author | Michael Goulet <michael@errs.io> | 2024-04-03 12:16:17 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-04-04 19:44:51 -0400 |
| commit | 55e46612c1ccceb30a7a6acf11fd485f34e393e5 (patch) | |
| tree | 76452998c0f2ad8406d6238e1c47a34ee3742eaf /tests/ui/async-await/async-closures/captures.run.stdout | |
| parent | 3d9d5d7c96ae3df2cfc47e933ab11ad5fa30f3bc (diff) | |
| download | rust-55e46612c1ccceb30a7a6acf11fd485f34e393e5.tar.gz rust-55e46612c1ccceb30a7a6acf11fd485f34e393e5.zip | |
Force `move` async-closures that are `FnOnce` to make their inner coroutines also `move`
Diffstat (limited to 'tests/ui/async-await/async-closures/captures.run.stdout')
| -rw-r--r-- | tests/ui/async-await/async-closures/captures.run.stdout | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui/async-await/async-closures/captures.run.stdout b/tests/ui/async-await/async-closures/captures.run.stdout index a0db6d236fe..42a7999b2dc 100644 --- a/tests/ui/async-await/async-closures/captures.run.stdout +++ b/tests/ui/async-await/async-closures/captures.run.stdout @@ -8,3 +8,7 @@ Hello(3) Hello(4) Hello(4) Hello(5) +Hello(6) +Hello(7) +Hello(8) +Hello(9) |
