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
I'm trying to build a contract and there are a lot of errors of the same nature in the console (only like this)
error: cannot find attribute `unwind` in this scope
--> /Users/dcversus/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
|734| #[cfg_attr(nightly, unwind(allowed))]
|^^^^^^
...
879| impl_traits!([C] S17, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q);
| ------------------------------------------------------------------------ in this macro invocation
|
= note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace formore info)
I'm trying to build a contract and there are a lot of errors of the same nature in the console (only like this)
rustc -Vv
and packages are:
near-contract-standards 4.0.0-pre.6
near-sdk 4.0.0-pre.6
near-sdk-sim 4.0.0-pre.6
maybe related #355
The text was updated successfully, but these errors were encountered: