微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

建筑鳍状肢合同

如何解决建筑鳍状肢合同

我正在学习本教程 https://substrate.dev/substrate-contracts-workshop/#/0/building-your-contract,但出现以下错误。有谁知道如何解决这个问题?

➜  flipper cargo +nightly contract build
 [1/5] Building cargo project
    Updating crates.io index
   Compiling flipper v0.1.0 (/tmp/cargo-contract_dLtaWE)
error[E0277]: the trait bound `__ink_ConstructordispatchEnum: parity_scale_codec::codec::WrapperTypeDecode` is not satisfied
   --> /home/bill/flipper/lib.rs:5:1
    |
5   | #[ink::contract]
    | ^^^^^^^^^^^^^^^^ the trait `parity_scale_codec::codec::WrapperTypeDecode` is not implemented for `__ink_ConstructordispatchEnum`
    | 
   ::: /home/bill/.cargo/registry/src/github.com-1ecc6299db9ec823/ink_env-3.0.0-rc3/src/api.rs:465:8
    |
465 |     T: scale::Decode,|        ------------- required by this bound in `decode_input`
    |
    = note: required because of the requirements on the impl of `parity_scale_codec::codec::Decode` for `__ink_ConstructordispatchEnum`
    = note: this error originates in an attribute macro (in Nightly builds,run with -Z macro-backtrace for more info)

error[E0277]: the trait bound `__ink_MessagedispatchEnum: parity_scale_codec::codec::WrapperTypeDecode` is not satisfied
   --> /home/bill/flipper/lib.rs:5:1
    |
5   | #[ink::contract]
    | ^^^^^^^^^^^^^^^^ the trait `parity_scale_codec::codec::WrapperTypeDecode` is not implemented for `__ink_MessagedispatchEnum`
    | 
   ::: /home/bill/.cargo/registry/src/github.com-1ecc6299db9ec823/ink_env-3.0.0-rc3/src/api.rs:465:8
    |
465 |     T: scale::Decode,|        ------------- required by this bound in `decode_input`
    |
    = note: required because of the requirements on the impl of `parity_scale_codec::codec::Decode` for `__ink_MessagedispatchEnum`
    = note: this error originates in an attribute macro (in Nightly builds,run with -Z macro-backtrace for more info)

error: aborting due to 2 prevIoUs errors

For more information about this error,try `rustc --explain E0277`.
error: Could not compile `flipper`

To learn more,run the command again with --verbose.
ERROR: `"/home/bill/.rustup/toolchains/nightly-x86_64-unkNown-linux-gnu/bin/cargo" "build" "--target=wasm32-unkNown-unkNown" "-Zbuild-std" "-Zbuild-std-features=panic_immediate_abort" "--no-default-features" "--release" "--target-dir=/home/bill/flipper/target"` Failed with exit code: Some(101)

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。