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
newpavlov opened this issue
Mar 22, 2024
· 1 comment
Labels
C-bugCategory: This is a bug.O-wasmTarget: WASM (WebAssembly), http://webassembly.org/T-libsRelevant to the library team, which will review and decide on the PR/issue.
Compiling tests with cargo test --no-run -Z build-std=std,panic_abort results in the following compilation error:
Compiling unwind v0.0.0 (/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind)
error[E0433]: failed to resolve: could not find `wasm32` in `arch`
--> /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/unwind/src/wasm.rs:62:25
|
62 | core::arch::wasm32::unreachable()
| ^^^^^^ could not find `wasm32` in `arch`
jieyouxu
added
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Mar 22, 2024
C-bugCategory: This is a bug.O-wasmTarget: WASM (WebAssembly), http://webassembly.org/T-libsRelevant to the library team, which will review and decide on the PR/issue.
Compiling tests with
cargo test --no-run -Z build-std=std,panic_abort
results in the following compilation error:For example, see this CI job.
Nightly version: rustc 1.79.0-nightly (0ad927c 2024-03-21)
The text was updated successfully, but these errors were encountered: