Stable fails to build a crate: trimmed_def_paths constructed but no error emitted; use DelayDm
for lints or with_no_trimmed_paths
for debugging
#108970
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hi,
One of my dependencies fails to build on the stable. I've reported this when the compiler was in beta.
Code
The simplest way to reproduce is just to install the crate (for reproducibility here shown in docker):
Meta
cargo +nightly install openpgp-card-tools
succeeds (after installing nightly toolchains withrustup toolchain add nightly
).rustc --version --verbose
:Error output
(Backtrace is the same so I omitted it)
Thanks for help! 👋
The text was updated successfully, but these errors were encountered: