rust-skeptic
rust-skeptic copied to clipboard
Failing when switching toolchains
Attempting to run cargo +nightly test then cargo +stable test fails due to the generated skeptic-tests.rs file not being properly handled.
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)