rustc 1.85.0 panics: "invalid enum variant tag while decoding ...", "assertion failed: bytes[len] == STR_SENTINEL", "Encountered invalid discriminant while decoding Option
"
#137787
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
S-needs-info
Status: The issue lacks details necessary to triage or act on it.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I was attempting to build dependencies modified with
crate-type = ["dylib"]
. This was using the stable rustc 1.85.0 compiler.Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: