diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2025-08-16 17:46:05 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2025-08-24 20:29:34 +1000 |
| commit | c2eb45b4a176dba37a0bce8fa9c4d46cf0d55e24 (patch) | |
| tree | 9b1ea6c920c679fd2312f878ec4f4000f43fcad7 /tests/coverage/closure.coverage | |
| parent | bd8e3db94d6547829cdfd60c9dfdb6bdcdd262c3 (diff) | |
| download | rust-c2eb45b4a176dba37a0bce8fa9c4d46cf0d55e24.tar.gz rust-c2eb45b4a176dba37a0bce8fa9c4d46cf0d55e24.zip | |
coverage: Build an "expansion tree" and use it to unexpand raw spans
Diffstat (limited to 'tests/coverage/closure.coverage')
| -rw-r--r-- | tests/coverage/closure.coverage | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/coverage/closure.coverage b/tests/coverage/closure.coverage index 14285269228..d44ecf5a69e 100644 --- a/tests/coverage/closure.coverage +++ b/tests/coverage/closure.coverage @@ -139,9 +139,9 @@ LL| | LL| 1| let short_used_covered_closure_macro = | used_arg: u8 | println!("called"); LL| 1| let short_used_not_covered_closure_macro = | used_arg: u8 | println!("not called"); - ^0 + ^0 ^0 LL| 1| let _short_unused_closure_macro = | _unused_arg: u8 | println!("not called"); - ^0 + ^0 ^0 LL| | LL| | LL| | @@ -173,7 +173,7 @@ LL| | LL| 1| let _short_unused_closure_line_break_no_block2 = LL| | | _unused_arg: u8 | - LL| | println!( + LL| 0| println!( LL| 0| "not called" LL| | ) LL| | ; |
