rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with std
Bug #1676169 reported by
Maarten Fonville
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
rustc (Debian) |
New
|
Undecided
|
Unassigned | ||
rustc (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In the older versions of rust/cargo, I did not have this issue, but since upgrading to rustc (1.16.0+
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/maarten/
|
13 | extern crate proc_macro;
| ^^^^^^^
error: Could not compile `serde_derive`.
summary: |
- cargo (0.17.0-0ubuntu1) gives an error when compiling with std + rustc (1.16.0+dfsg1-1~exp1ubuntu1) gives an error when compiling with + std |
Changed in rustc (Ubuntu): | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
Apparently it is caused by the upgrade from rustc 1.15 to 1.16, not by cargo