我就像elrond 这里中的tuto一样,当我尝试构建时,我正在得到这个错误:
Compiling elrond-wasm-derive v0.25.0
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /home/aimeric/elrondsdk/vendor-rust/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-derive-0.31.1/src/lib.rs:4:12
|
4 | #![feature(proc_macro_quote)]
| ^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0554`.
error: could not compile `elrond-wasm-derive` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed
CRITICAL:cli:Build error: error code = 101, see output.verion与rustup show
Default host: x86_64-unknown-linux-gnu
rustup home: /home/aimeric/.rustup
installed toolchains
--------------------
stable-x86_64-unknown-linux-gnu (default)
nightly-x86_64-unknown-linux-gnu
active toolchain
----------------
nightly-x86_64-unknown-linux-gnu (directory override for '/mnt/1C5C20C64606690B/github/elrond-cagnotte/test_smartcontract/crowdfunding')
rustc 1.63.0-nightly (c35035cef 2022-05-30)我已经尝试了这两个版本,但没有工作,我仍然有相同的问题。有人知道我该怎么解决这个问题吗?
发布于 2022-07-14 22:06:17
写入命令行:
rustup default nightlyhttps://stackoverflow.com/questions/72448056
复制相似问题