Bless coverage-reports after core macro blocks change · rust-lang/rust@ac5c657 (original) (raw)

File tree

1 file changed

lines changed

1 file changed

lines changed

| Original file line number | Diff line number | Diff line change | | | | | ------------------------- | ---------------- | ------------------------------------------------------------------------------------------- | ----------------- | ----------------- | | | @@ -116,8 +116,8 @@ | | | | | | | 116 | 116 | 116| 1| | | | | | 117 | 117 | 117| 1| let | | | | | 118 | 118 | 118| 1| _unused_closure | | | | | 119 | | - 119| | = | | | | 120 | | - 120| | | | | | | 119 | + 119| 1| = | | | | | | | 120 | + 120| 1| | | | | | | 121 | 121 | 121| | mut countdown | | | | 122 | 122 | 122| | | | | | 123 | 123 | 123| 0| { | | | | | @@ -173,7 +173,7 @@ | | | | | | | 173 | 173 | 169| | ; | | | | 174 | 174 | 170| | | | | | 175 | 175 | 171| 1| let short_used_not_covered_closure_line_break_no_block_embedded_branch = | | | | | 176 | | - 172| | | _unused_arg: u8 | | | | 176 | + 172| 1| | _unused_arg: u8 | | | | | 177 | 177 | 173| 0| println!( | | | | | 178 | 178 | 174| 0| "not called: {}", | | | | | 179 | 179 | 175| 0| if is_true { "check" } else { "me" } | | | | | @@ -191,7 +191,7 @@ | | | | | | | 191 | 191 | 187| | ; | | | | 192 | 192 | 188| | | | | | 193 | 193 | 189| 1| let short_used_covered_closure_line_break_no_block_embedded_branch = | | | | | 194 | | - 190| 1| | _unused_arg: u8 | | | | | 194 | + 190| | | _unused_arg: u8 | | | | 195 | 195 | 191| 1| println!( | | | | | 196 | 196 | 192| 1| "not called: {}", | | | | | 197 | 197 | 193| 1| if is_true { "check" } else { "me" } | | | |