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
error[E0460]: found possibly newer version of crate `std` which `rand` depends on
--> liballoc/../liballoc/benches/lib.rs:16:1
|
16 | extern crate rand;
| ^^^^^^^^^^^^^^^^^^
|
= note: perhaps that crate needs to be recompiled?
= note: the following crate versions were found:
crate `std`: /home/r/src/rust/rustc.2/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-acba8e5dff5ff58f.rlib
crate `std`: /home/r/src/rust/rustc.2/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libstd-acba8e5dff5ff58f.rlib
crate `std`: /home/r/src/rust/rustc.2/build/x86_64-unknown-linux-gnu/stage0-sysroot/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-acba8e5dff5ff58f.so
crate `std`: /home/r/src/rust/rustc.2/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/libstd-acba8e5dff5ff58f.so
crate `rand`: /home/r/src/rust/rustc.2/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/release/deps/librand-467b6a656af26977.rlib
error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
To reproduce, run
The second command will fail, saying
The text was updated successfully, but these errors were encountered: