mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
3acd75dd25
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`