Skip to content

Instantly share code, notes, and snippets.

@MaikKlein
Created June 3, 2013 01:50
Show Gist options
  • Save MaikKlein/5695734 to your computer and use it in GitHub Desktop.
Save MaikKlein/5695734 to your computer and use it in GitHub Desktop.
/home/maik/hello.rs:1:0: 1:0 error: multiple matching crates for `std`
/home/maik/hello.rs:1 use std::comm::{stream, Chan,Port};
^
note: candidates:
note: path: /usr/local/lib/libstd-c3ca5d77d81b46c1-0.7-pre.so
note: meta: name = "std"
note: meta: vers = "0.7-pre"
note: meta: uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8"
note: meta: url = "https://github.com/mozilla/rust/tree/master/src/libcore"
note: path: /usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib/libstd-c3ca5d77d81b46c1-0.7-pre.so
note: meta: name = "std"
note: meta: vers = "0.7-pre"
note: meta: uuid = "c70c24a7-5551-4f73-8e37-380b11d80be8"
note: meta: url = "https://github.com/mozilla/rust/tree/master/src/libcore"
error: aborting due to previous error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment