We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to run cargo +nightly test then cargo +stable test fails due to the generated skeptic-tests.rs file not being properly handled.
cargo +nightly test
cargo +stable test
skeptic-tests.rs
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
Attempting to run
cargo +nightly test
thencargo +stable test
fails due to the generatedskeptic-tests.rs
file not being properly handled.The text was updated successfully, but these errors were encountered: