mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
f9d6cb5622
Use the embeddable filename for coverage artifacts Like debuginfo, coverage artifacts should use the embeddable path (aka absolute path). Unfortunately due to `coverage-run` and `compiletest`, I'm unable to create a reproducer in our test-suite, but when manually invoking `rustc` with the reproducer (https://github.com/rust-lang/rust/issues/150020#issuecomment-3657097712) I think the issue is fixed. Fixes https://github.com/rust-lang/rust/issues/150020 r? Zalathar