You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
♻️ extract propagate_loss: reduce monomorphization surface for coverage
Extract propagate_loss() from .eh() and compose() so LLVM creates
fewer per-closure monomorphizations. 100% function coverage, 0 actual
uncovered source lines (verified via JSON/LCOV export). LLVM summary
reports 99.79% due to region-weighted monomorphization phantoms — an
inherent limitation for generic Rust, not missing test coverage.
Co-Authored-By: Mara <mara@systemic.engineer>
0 commit comments