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
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
While compiling anchor-lang = "0.28.0" project have got this error:
.cargo/registry/src/git.colasdn.top-1ecc6299db9ec823/solana-frozen-abi-macro-1.16.0/src/lib.rs:422:5
422 let Some(expected_digest) = expected_digest else {
423 return Error::new_spanned(
424 TokenStream2::from(item),
425 "the required "digest" = ... attribute is missing.",
...
428 .into()
429 };
= note: see issue #87335 <https://github.com/rust-lang/rust/issues/87335> for more information
= help: add `#![feature(let_else)]` to the crate attributes to enable
For more information about this error, try rustc --explain E0658.
error: could not compile solana-frozen-abi-macro due to previous error
My rustc -V: rustc 1.70.0 (90c541806 2023-05-31)