Skip to content

build-std seems broken in nightly again (rustc 1.71.0-nightly (d3f416dc0 2023-05-18)) #111763

New issue

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

Closed
Arjentix opened this issue May 19, 2023 · 1 comment
Labels
C-bug Category: This is a bug.

Comments

@Arjentix
Copy link

Arjentix commented May 19, 2023

When I try to build my Rust code for wasm32-unknown-unknown platform with -Z build-std I get this error:

error: Package `test v0.0.0 (/Users/arjentix/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library/test)` does not have the feature `backtrace`

I expected to see this happen: successfull build

The issue is kind of the same as in #111225

Meta

rustc --version --verbose:

rustc 1.71.0-nightly (d3f416dc0 2023-05-18)
binary: rustc
commit-hash: d3f416dc063fc478c7250873246cb2d4136d8c42
commit-date: 2023-05-18
host: aarch64-apple-darwin
release: 1.71.0-nightly
LLVM version: 16.0.4
@Arjentix Arjentix added the C-bug Category: This is a bug. label May 19, 2023
@Arjentix
Copy link
Author

Sorry my bad, I was invoking cargo with nightly-2023-05-19 while it was invoking another cargo command with nightly-2022-12-22 from build.rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

1 participant