1.34.1 crashes in RLS if Vergen is used as a build dependency #60628
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
I don't know much about rustc or the vergen crate... so this issue is more or less an info dump that might or might not be useful :)
I was using Vergen to embed a bit of build information in my binary. It seemed to work fine in a few nightlies I used in the past months, however when I decided to go back to
stable-1.34.1
, RLS started crashing due to it.This is the crash log:
vergen
dependency, it works fine even in VSCodevergen
is used at all, which probably means the panic happens within the library itselfLet me know if you need any more info!
EDIT:
I noticed that a minimal project that just depends on vergen does not crash, somehow.
The text was updated successfully, but these errors were encountered: