cargo-careful: Build failure on rust-sfml: possibly newer version of crate `core`

via reddit: running cargo careful test on https://github.com/jeremyletang/rust-sfml seems to result in an error

error[E0460]: found possibly newer version of crate `core` which `link_cplusplus` depends on
--> /home/dew/projects/github/rust-sfml/src/lib.rs:50:1
|
50 | extern crate link_cplusplus;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: perhaps that crate needs to be recompiled?

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (6 by maintainers)

Most upvoted comments

Looks like the problem might be with Doc-Tests, but you don’t get to that point because your tests fail.

I’m the person from Reddit, in case you want me to help test and whatnot.