rust-skeptic icon indicating copy to clipboard operation
rust-skeptic copied to clipboard

Failing when switching toolchains

Open nixpulvis opened this issue 4 years ago • 1 comments

Attempting to run cargo +nightly test then cargo +stable test fails due to the generated skeptic-tests.rs file not being properly handled.

nixpulvis avatar Sep 15 '21 22:09 nixpulvis

Hmmm, actually now I'm seeing the following error too:

clang: CommandLine Error: Option 'h' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options

Maybe something's wrong with my system?

For additional information, here's my installed toolchains:

stable-x86_64-unknown-linux-gnu
beta-x86_64-unknown-linux-gnu
nightly-2021-07-11-x86_64-unknown-linux-gnu
nightly-2021-08-10-x86_64-unknown-linux-gnu
nightly-2021-08-15-x86_64-unknown-linux-gnu
nightly-x86_64-unknown-linux-gnu (default)

nixpulvis avatar Sep 15 '21 22:09 nixpulvis