You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language server name/link and version python-language-server 0.14.0
Reproduction steps (from clean state)
git checkout next
make release
[A lot of other non-problematic lines removed]
Compiling structopt-derive v0.1.6
error[E0523]: found two different crates with name `std` that are not distinguished by differing `-C metadata`. This will result in symbol conflicts between the two.
--> /home/matej/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.6.1/src/lib.rs:137:1
|
137 | extern crate proc_macro;
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Could not compile `synstructure`.
warning: build failed, waiting for other jobs to finish...
error[E0523]: found two different crates with name `std` that are not distinguished by differing `-C metadata`. This will result in symbol conflicts between the two.
--> /home/matej/.cargo/registry/src/github.com-1ecc6299db9ec823/structopt-derive-0.1.6/src/lib.rs:278:1
|
278 | extern crate proc_macro;
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Could not compile `structopt-derive`.
warning: build failed, waiting for other jobs to finish...
error: build failed
make: *** [release] Error 101
The text was updated successfully, but these errors were encountered:
If you are still seeing an error or other types of issue, please create ticket with
The text was updated successfully, but these errors were encountered: