diff options
| author | 1000teslas <47207223+1000teslas@users.noreply.github.com> | 2021-01-03 04:00:51 +1100 |
|---|---|---|
| committer | 1000teslas <47207223+1000teslas@users.noreply.github.com> | 2021-01-10 16:47:40 +1100 |
| commit | 2b9c8ff6b37e0fd9143ba0f5a1fd11057880cebc (patch) | |
| tree | 5331b97609be597ff4f793d8a4c2ceea73743e3c | |
| parent | 12f17957432fa03a8fe57c2b6063c662add45c2c (diff) | |
| download | rust-2b9c8ff6b37e0fd9143ba0f5a1fd11057880cebc.tar.gz rust-2b9c8ff6b37e0fd9143ba0f5a1fd11057880cebc.zip | |
Update issue-78938-async-block.rs
Fix whitespace
| -rw-r--r-- | src/test/ui/async-await/issues/issue-78938-async-block.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/async-await/issues/issue-78938-async-block.rs b/src/test/ui/async-await/issues/issue-78938-async-block.rs index a16061fd979..86afef08fc7 100644 --- a/src/test/ui/async-await/issues/issue-78938-async-block.rs +++ b/src/test/ui/async-await/issues/issue-78938-async-block.rs @@ -26,7 +26,7 @@ struct JoinHandle; impl Future for JoinHandle { type Output = (); fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { - loop {} + loop {} } } |
