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/git.luolix.top-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
The text was updated successfully, but these errors were encountered:
SPLStarX
added
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
labels
May 5, 2022
Please ask such a user question on the user forum: https://users.rust-lang.org/
The issue tracker here tracks ones related to rustc (and some related stuff).
(Btw it seems your issue would be resolved by updating the compiler to 1.59 or higher, the destructuring assignments have been stabilized in that version. I would suggest reading the instructions on solana.)
JohnTitor
removed
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
labels
May 5, 2022
Please ask such a user question on the user forum: https://users.rust-lang.org/ The issue tracker here tracks ones related to rustc (and some related stuff). (Btw it seems your issue would be resolved by updating the compiler to 1.59 or higher, the destructuring assignments have been stabilized in that version. I would suggest reading the instructions on solana.)
can you please write that which i should type ..????????????
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/git.luolix.top-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 errorThe text was updated successfully, but these errors were encountered: