-
Notifications
You must be signed in to change notification settings - Fork 256
Compiler panic in unknown dependency #1450
Comments
Found this (possible red herring) in logs, is it
|
I wasn't able to track the broken dep down so I reverted my |
Same issue here. My only dependency right now is actix_web (tried "1.0.0-beta.2" and "0.7.19"). The error message says 'actix-http' cannot be compiled. rustc 1.34.1 (fc50f328b 2019-04-24) Backtrace looks the same as above. |
I seem to be getting the same issue, it's currently preventing me from continuing development. I haven't found a workaround so far.
Edit: |
Reproduced (or maybe not with the same cause) with the following [package]
name = "check"
version = "0.1.0"
authors = ["check <check>"]
edition = "2018"
[dependencies]
clap = "*" Here is the log of
|
The culprit has been identified in #1449, closing as dup. |
EDIT: probably a duplicate of #1449
I just did a
cargo update
to refresh deps (closed source project I cannot share) and since then I am unable to use rls.I haven't found a way to track which dependency is causing the problem.
cargo build
works fine.The text was updated successfully, but these errors were encountered: