Different version in dev-dependencies and dependencies seems to cause a crash #83950
Labels
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
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.
Code
First, feel free to close or something, it just said to report a bug but I'm not sure it should be reported...
The bug appears after changing Cargo.toml:
Failing to compile, but "working", and this is the one breaking it:
The add of mismatched
actix-service
in dev-deps cause the crash, the code hasn't changed in between (and was not compiling before and after of course so not sure it has any use).Here is the code just in case, but like said, wasn't compiling anyway:
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: