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
-Z build-std=std
test
This started happening on this nightly:
$ cargo +nightly --version cargo 1.71.0-nightly (ac8401032 2023-05-02)
This can be reprod in an empty crate:
$ cargo init repro $ cd repro $ cargo +nightly build -Z build-std=std --target wasm32-unknown-unknown error: Package `test v0.0.0 (.../lib/rustlib/src/rust/library/test)` does not have the feature `backtrace`
The text was updated successfully, but these errors were encountered:
(The nightly is also 74c4821 for rustc)
Sorry, something went wrong.
Immediate hunch is that it's due to #108865
Right, this is a dupe of #111225
No branches or pull requests
This started happening on this nightly:
This can be reprod in an empty crate:
The text was updated successfully, but these errors were encountered: