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
when i run cargo build for compiling solana-runtime v1.10.12 it shows me following error pleaase help.
error[E0658]: destructuring assignments are unstable
--> /home/alibhaimalai/.cargo/registry/src/github.com-1ecc6299db9ec823/solana-runtime-1.10.12/src/cost_model.rs:100:71
|
100 | (tx_cost.builtins_execution_cost, tx_cost.bpf_execution_cost) =
| ------------------------------------------------------------- ^
| |
| cannot assign to this expression
|
= note: see issue #71126#71126 for more information
For more information about this error, try rustc --explain E0658.
error: could not compile solana-runtime due to previous error