diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-11-05 21:59:10 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-11-08 20:43:08 +1100 |
| commit | 3c30fe3423b1e7d92584436493bd8fa6f17e13d0 (patch) | |
| tree | a8a90f923fb2cfef11e531817a9c85a79b669055 /tests/coverage/async2.coverage | |
| parent | 996bdabc2a31cd86086b6f9beba3a8c58c8ceb8a (diff) | |
| download | rust-3c30fe3423b1e7d92584436493bd8fa6f17e13d0.tar.gz rust-3c30fe3423b1e7d92584436493bd8fa6f17e13d0.zip | |
coverage: Restrict empty-span expansion to only cover `{` and `}`
Diffstat (limited to 'tests/coverage/async2.coverage')
| -rw-r--r-- | tests/coverage/async2.coverage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/coverage/async2.coverage b/tests/coverage/async2.coverage index ed9bc4c239d..cdc171180b8 100644 --- a/tests/coverage/async2.coverage +++ b/tests/coverage/async2.coverage @@ -11,7 +11,7 @@ LL| 1| if b { LL| 1| println!("non_async_func println in block"); LL| 1| } - ^0 + ^0 LL| 1|} LL| | LL| 1|async fn async_func() { @@ -20,7 +20,7 @@ LL| 1| if b { LL| 1| println!("async_func println in block"); LL| 1| } - ^0 + ^0 LL| 1|} LL| | LL| 1|async fn async_func_just_println() { |
