split dwarf doesn't work with crate dependencies #81024
Closed
Description
As reported in #77117 (comment) (cc @philipc), Split DWARF currently fails when compiling a crate with a dependency.
To reproduce this, compile backtrace-rs
with the following command:
$ RUSTFLAGS="-Z split-dwarf=split" cargo +nightly --verbose build