Cannot compile std with atomics feature on wasm32-unknown-unknown
target
#86802
Labels
C-bug
Category: This is a bug.
wasm32-unknown-unknown
target
#86802
I tried compiling an empty library, created with
cargo init --lib
, with the following flags:RUSTFLAGS='-C target-feature=+atomics' cargo +nightly build --target wasm32-unknown-unknown -Z build-std=std
Cargo.toml
I expected it to compile properly. Instead, I got the following error:
Full output
Meta
rustc +nightly --version --verbose
:The text was updated successfully, but these errors were encountered: