Skip to content

Instantly share code, notes, and snippets.

@jnicholls
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnicholls/57cef03b7a33497125e0 to your computer and use it in GitHub Desktop.
Save jnicholls/57cef03b7a33497125e0 to your computer and use it in GitHub Desktop.
running 1 test
test it_works ... ok
test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured
Doc-tests ironentities
/Users/jarred/blah/rust/src/lib.rs:2:1: 2:18 error: multiple rlib candidates for `log` found
/Users/jarred/blah/rust/src/lib.rs:2 extern crate log;
^~~~~~~~~~~~~~~~~
/Users/jarred/blah/rust/src/lib.rs:2:1: 2:18 note: candidate #1: /Users/jarred/blah/rust/target/debug/deps/liblog-045aab9d45b4c031.rlib
/Users/jarred/blah/rust/src/lib.rs:2 extern crate log;
^~~~~~~~~~~~~~~~~
/Users/jarred/blah/rust/src/lib.rs:2:1: 2:18 note: candidate #2: /Users/jarred/blah/rust/target/debug/deps/liblog-c0e4d1629b6a4fb3.rlib
/Users/jarred/blah/rust/src/lib.rs:2 extern crate log;
^~~~~~~~~~~~~~~~~
/Users/jarred/blah/rust/src/lib.rs:2:1: 2:18 error: can't find crate for `log`
/Users/jarred/blah/rust/src/lib.rs:2 extern crate log;
^~~~~~~~~~~~~~~~~
error: aborting due to 2 previous errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment