diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-06-10 01:33:33 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-06-12 22:59:24 +1000 |
| commit | 2fa78f3a2a87a7522d3c95bd9c53aaeede63996e (patch) | |
| tree | 8db8c721dbf80deba09bddaf200ffd03ccface50 /tests/coverage/loop-break.coverage | |
| parent | 0bfdb8d33dd89099fc2b573d3df4c2347ffa2dbb (diff) | |
| download | rust-2fa78f3a2a87a7522d3c95bd9c53aaeede63996e.tar.gz rust-2fa78f3a2a87a7522d3c95bd9c53aaeede63996e.zip | |
coverage: Replace the old span refiner with a single function
As more and more of the span refiner's functionality has been pulled out into separate early passes, it has finally reached the point where we can remove the rest of the old `SpansRefiner` code, and replace it with a single modestly-sized function.
Diffstat (limited to 'tests/coverage/loop-break.coverage')
| -rw-r--r-- | tests/coverage/loop-break.coverage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coverage/loop-break.coverage b/tests/coverage/loop-break.coverage index cea7dee83f1..1b7c64fb68d 100644 --- a/tests/coverage/loop-break.coverage +++ b/tests/coverage/loop-break.coverage @@ -1,7 +1,7 @@ LL| |//@ edition: 2021 LL| | LL| 1|fn main() { - LL| 1| loop { + LL| | loop { LL| 1| if core::hint::black_box(true) { LL| 1| break; LL| 0| } |
