1
Fork 0

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.
This commit is contained in:
Zalathar 2024-06-10 01:33:33 +10:00
parent 0bfdb8d33d
commit 2fa78f3a2a
4 changed files with 40 additions and 207 deletions

View file

@ -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| }