You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
When I try to build my Rust code for wasm32-unknown-unknown platform with
-Z build-std
I get this error:I expected to see this happen: successfull build
The issue is kind of the same as in #111225
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: