Failure to build crates with split-debuginfo = "packed"
, and lto = "fat"
#104042
Labels
C-bug
Category: This is a bug.
split-debuginfo = "packed"
, and lto = "fat"
#104042
I tried to build my codebase with the following, profile:
I expected to see this happen: to be able to build the binary, with debug info being split out.
Instead, this happened, I got an error:
Meta
rustc --version --verbose
:I tried on beta (output is the same):
rustup run beta rustc --version --verbose
:I also tried running on nightly (output is the same):
rustup run nightly rustc --version --verbose
:No backtrace, but full command output
The text was updated successfully, but these errors were encountered: