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
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Hi,
I try to install binacle and I've this error at compilation.
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/slarinier/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.9/src/lib.rs:33:1
|
33 | extern crate proc_macro;
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Could not compile serde_derive.
rustc 1.16.0
Have you got a work arround ?
Thank for your feed back
The text was updated successfully, but these errors were encountered:
cargo build --release
Compiling serde_derive v1.0.9
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/slarinier/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.9/src/lib.rs:33:1
|
33 | extern crate proc_macro;
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Could not compile serde_derive.
To learn more, run the command again with --verbose.
Hi,
I try to install binacle and I've this error at compilation.
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/slarinier/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.9/src/lib.rs:33:1
|
33 | extern crate proc_macro;
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: Could not compile
serde_derive
.rustc 1.16.0
Have you got a work arround ?
Thank for your feed back
The text was updated successfully, but these errors were encountered: