mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-06 22:40:11 +00:00
coverage: Avoid unnecessary macros in unit tests These macros don't provide enough value to justify their complexity, when they can just as easily be functions instead. --- `@rustbot` label +A-code-coverage