mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

MIR Inline is incompatible with coverage Fixes: #80060 Fixed by disabling inlining if `-Zinstrument-coverage` is set. The PR also adds additional use cases to the coverage test for doctests. r? `@wesleywiser` cc: `@tmandry`