diff options
| author | bors <bors@rust-lang.org> | 2025-09-01 07:44:42 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-09-01 07:44:42 +0000 |
| commit | 84a17470220e7adf249b18d7c0178dfbede89462 (patch) | |
| tree | b4cd0d5104754a80dc7b69c2668a1c42adf1277c /tests/coverage/closure.coverage | |
| parent | be4e9b77ab5502b7beda0b787fb3c978a7b4db79 (diff) | |
| parent | 92bc467f36885d48d3e482c5f3263cdd384b9d70 (diff) | |
| download | rust-84a17470220e7adf249b18d7c0178dfbede89462.tar.gz rust-84a17470220e7adf249b18d7c0178dfbede89462.zip | |
Auto merge of #146077 - Zalathar:rollup-l7ip5yi, r=Zalathar
Rollup of 5 pull requests Successful merges: - rust-lang/rust#145468 (dedup recip, powi, to_degrees, and to_radians float tests) - rust-lang/rust#145643 (coverage: Build an "expansion tree" and use it to unexpand raw spans) - rust-lang/rust#145754 (fix(lexer): Don't require frontmatters to be escaped with indented fences) - rust-lang/rust#146060 (fixup nix dev shell again) - rust-lang/rust#146068 (compiletest: Capture panic messages via a custom panic hook) r? `@ghost` `@rustbot` modify labels: rollup
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| | ; |
