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
thread '<unnamed>' panicked at 'not implemented: Stack probing is unimplemented on AArch64', /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cranelift-codegen-0.91.1/src/isa/aarch64/abi.rs:642:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: failed to handle: not implemented: Stack probing is unimplemented on AArch64
at Compiler.transformSync
Since there's no full stack trace it wasn't very much helpful anyway, but now it doesn't even shows the error itself.
This is mostly for the tracking, looks like it's coming from somewhere upstream.
Input code
No response
Config
No response
Playground link
No response
Expected behavior
Provide proper runtime error
Actual behavior
No response
Version
latest
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
If plugin panics, on old nightly (
nightly-2022-09-23
) error looks like this:building plugin with the nightly swc current uses (
swc/rust-toolchain
Line 1 in 2a66235
Now it says
Since there's no full stack trace it wasn't very much helpful anyway, but now it doesn't even shows the error itself.
This is mostly for the tracking, looks like it's coming from somewhere upstream.
Input code
No response
Config
No response
Playground link
No response
Expected behavior
Provide proper runtime error
Actual behavior
No response
Version
latest
Additional context
No response
The text was updated successfully, but these errors were encountered: