budziq / rust-skeptic

Test your Rust Markdown documentation via Cargo
Apache License 2.0
285 stars 43 forks source link

Failing when switching toolchains #130

Open nixpulvis opened 3 years ago

nixpulvis commented 3 years ago

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

nixpulvis commented 3 years ago

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)