mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
10a8446344
coverage: Regression test for inlining into an uninstrumented crate Regression test for #132395, after I was able to figure out a simple way to reproduce it. See also #132436. In addition to confirming that there is no ICE, this test also demonstrates that the affected code is undercounted, because executing the inlined copy doesn't increment coverage counters.